Html Css Color HEX #EFE28F Khaki

📋 copy color: '#EFE28F'

red 239 ◦ green 226 ◦ blue 143

#EFE28F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #EFE28F

Tints of Khaki #EFE28F

RGB

 RED value IS 239 (93.75% from 255) = 39.31%

 GREEN value IS 226 (88.67% from 255) = 37.17%

 BLUE value IS 143 (56.25% from 255) = 23.52%

R = 39.31%
G = 37.17%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFE28F (or 0xEFE28F) is known color: Khaki. HEX triplet: EF, E2 and 8F. RGB value is (239,226,143). Sum of RGB (Red+Green+Blue) = 239+226+143=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 143 (56.25% from 255 or 23.52% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE28F is #101D70. Grayscale: #DCDCDC. Windows color (decimal): -1056113 or 9429743. OLE color: 9429743.

HSL color Cylindrical-coordinate representation of color #EFE28F: hue angle of 51.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFE28F is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 226 143 -
CMYK 0 0.05 0.40 0.06
HSL 51.88º 0.75% 0.75% -
HSV(B) 51.88º 0.4% 0.94% -
XYZ 67.75 74.73 36.84 -
YUV 220.43 84.31 141.25 -
System Red Green Blue C M Y K H S L
Decimal 239 226 143 0 0.05 0.40 0.06 51.88 0.75 0.75
Hex EF E2 8F 0 5 28 6 34 4B 4B
Octal 357 342 217 0 5 50 6 64 113 113
Binary 11101111 11100010 10001111 0 101 101000 110 110100 1001011 1001011

Color Harmonies of #EFE28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE28F

Black with #EFE28F

Text Example


Text Example

White with #EFE28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE28F; }

 p { color: rgb(239,226,143); }

 H1.HeaderClassName
 {
   color: #EFE28F;
 }
 .AnyTagClassName
 {
   color: #EFE28F;
 }
</style>

background-color css

<style>
 a { background-color: #EFE28F; }

 a { background-color: rgb(239,226,143); }

 div.DivClassName
 {
   background-color: #EFE28F;
 }
 .BgClassName
 {
   background-color: #EFE28F;
 }
</style>

border-color css

<style>
 span { border-color: #EFE28F; }

 span { border-color: rgb(239,226,143); }

 td.TdClassName
 {
   border-color: #EFE28F;
 }
 .TagClassName
 {
   border-color: #EFE28F;
 }
</style>