Html Css Color HEX #EFE48F Khaki

📋 copy color: '#EFE48F'

red 239 ◦ green 228 ◦ blue 143

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

Shades of Khaki #EFE48F

Tints of Khaki #EFE48F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.38%

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

R = 39.18%
G = 37.38%
B = 23.44%

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

#EFE48F (or 0xEFE48F) is known color: Khaki. HEX triplet: EF, E4 and 8F. RGB value is (239,228,143). Sum of RGB (Red+Green+Blue) = 239+228+143=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE48F is #101B70. Grayscale: #DDDDDD. Windows color (decimal): -1055601 or 9430255. OLE color: 9430255.

HSL color Cylindrical-coordinate representation of color #EFE48F: hue angle of 53.12º 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 #EFE48F is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 143 -
CMYK 0 0.05 0.40 0.06
HSL 53.13º 0.75% 0.75% -
HSV(B) 53.13º 0.4% 0.94% -
XYZ 68.3 75.82 37.02 -
YUV 221.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 239 228 143 0 0.05 0.40 0.06 53.13 0.75 0.75
Hex EF E4 8F 0 5 28 6 35 4B 4B
Octal 357 344 217 0 5 50 6 65 113 113
Binary 11101111 11100100 10001111 0 101 101000 110 110101 1001011 1001011

Color Harmonies of #EFE48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE48F

Black with #EFE48F

Text Example


Text Example

White with #EFE48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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