Html Css Color HEX #EFE48E Khaki

📋 copy color: '#EFE48E'

red 239 ◦ green 228 ◦ blue 142

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

Shades of Khaki #EFE48E

Tints of Khaki #EFE48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.32%

R = 39.24%
G = 37.44%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFE48E (or 0xEFE48E) is known color: Khaki. HEX triplet: EF, E4 and 8E. RGB value is (239,228,142). Sum of RGB (Red+Green+Blue) = 239+228+142=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE48E is #101B71. Grayscale: #DDDDDD. Windows color (decimal): -1055602 or 9364719. OLE color: 9364719.

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

Color convert

RGB 239 228 142 -
CMYK 0 0.05 0.41 0.06
HSL 53.2º 0.75% 0.75% -
HSV(B) 53.2º 0.41% 0.94% -
XYZ 68.22 75.79 36.62 -
YUV 221.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 239 228 142 0 0.05 0.41 0.06 53.2 0.75 0.75
Hex EF E4 8E 0 5 29 6 35 4B 4B
Octal 357 344 216 0 5 51 6 65 113 113
Binary 11101111 11100100 10001110 0 101 101001 110 110101 1001011 1001011

Color Harmonies of #EFE48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE48E

Black with #EFE48E

Text Example


Text Example

White with #EFE48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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