Html Css Color HEX #EFE88E Khaki

📋 copy color: '#EFE88E'

red 239 ◦ green 232 ◦ blue 142

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

Shades of Khaki #EFE88E

Tints of Khaki #EFE88E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.85%

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

R = 38.99%
G = 37.85%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFE88E (or 0xEFE88E) is known color: Khaki. HEX triplet: EF, E8 and 8E. RGB value is (239,232,142). Sum of RGB (Red+Green+Blue) = 239+232+142=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE88E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE88E is #101771. Grayscale: #E0E0E0. Windows color (decimal): -1054578 or 9365743. OLE color: 9365743.

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

Color convert

RGB 239 232 142 -
CMYK 0 0.03 0.41 0.06
HSL 55.67º 0.75% 0.75% -
HSV(B) 55.67º 0.41% 0.94% -
XYZ 69.34 78.02 37 -
YUV 223.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 239 232 142 0 0.03 0.41 0.06 55.67 0.75 0.75
Hex EF E8 8E 0 3 29 6 38 4B 4B
Octal 357 350 216 0 3 51 6 70 113 113
Binary 11101111 11101000 10001110 0 11 101001 110 111000 1001011 1001011

Color Harmonies of #EFE88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE88E

Black with #EFE88E

Text Example


Text Example

White with #EFE88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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