Html Css Color HEX #EFE98E Khaki

📋 copy color: '#EFE98E'

red 239 ◦ green 233 ◦ blue 142

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

Shades of Khaki #EFE98E

Tints of Khaki #EFE98E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.95%

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

R = 38.93%
G = 37.95%
B = 23.13%

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

#EFE98E (or 0xEFE98E) is known color: Khaki. HEX triplet: EF, E9 and 8E. RGB value is (239,233,142). Sum of RGB (Red+Green+Blue) = 239+233+142=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE98E is #101671. Grayscale: #E0E0E0. Windows color (decimal): -1054322 or 9365999. OLE color: 9365999.

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

Color convert

RGB 239 233 142 -
CMYK 0 0.03 0.41 0.06
HSL 56.29º 0.75% 0.75% -
HSV(B) 56.29º 0.41% 0.94% -
XYZ 69.62 78.58 37.09 -
YUV 224.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 239 233 142 0 0.03 0.41 0.06 56.29 0.75 0.75
Hex EF E9 8E 0 3 29 6 38 4B 4B
Octal 357 351 216 0 3 51 6 70 113 113
Binary 11101111 11101001 10001110 0 11 101001 110 111000 1001011 1001011

Color Harmonies of #EFE98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE98E

Black with #EFE98E

Text Example


Text Example

White with #EFE98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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