Html Css Color HEX #EFE08C Khaki

📋 copy color: '#EFE08C'

red 239 ◦ green 224 ◦ blue 140

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

Shades of Khaki #EFE08C

Tints of Khaki #EFE08C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.15%

 BLUE value IS 140 (55.08% from 255) = 23.22%

R = 39.64%
G = 37.15%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFE08C (or 0xEFE08C) is known color: Khaki. HEX triplet: EF, E0 and 8C. RGB value is (239,224,140). Sum of RGB (Red+Green+Blue) = 239+224+140=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE08C is #101F73. Grayscale: #DBDBDB. Windows color (decimal): -1056628 or 9232623. OLE color: 9232623.

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

Color convert

RGB 239 224 140 -
CMYK 0 0.06 0.41 0.06
HSL 50.91º 0.76% 0.74% -
HSV(B) 50.91º 0.41% 0.94% -
XYZ 66.99 73.56 35.48 -
YUV 218.91 83.47 142.33 -
System Red Green Blue C M Y K H S L
Decimal 239 224 140 0 0.06 0.41 0.06 50.91 0.76 0.74
Hex EF E0 8C 0 6 29 6 33 4C 4A
Octal 357 340 214 0 6 51 6 63 114 112
Binary 11101111 11100000 10001100 0 110 101001 110 110011 1001100 1001010

Color Harmonies of #EFE08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE08C

Black with #EFE08C

Text Example


Text Example

White with #EFE08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE08C; }

 p { color: rgb(239,224,140); }

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

background-color css

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

 a { background-color: rgb(239,224,140); }

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

border-color css

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

 span { border-color: rgb(239,224,140); }

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