Html Css Color HEX #EFDE8C Khaki

📋 copy color: '#EFDE8C'

red 239 ◦ green 222 ◦ blue 140

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

Shades of Khaki #EFDE8C

Tints of Khaki #EFDE8C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.94%

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

R = 39.77%
G = 36.94%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFDE8C (or 0xEFDE8C) is known color: Khaki. HEX triplet: EF, DE and 8C. RGB value is (239,222,140). Sum of RGB (Red+Green+Blue) = 239+222+140=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE8C is #102173. Grayscale: #DADADA. Windows color (decimal): -1057140 or 9232111. OLE color: 9232111.

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

Color convert

RGB 239 222 140 -
CMYK 0 0.07 0.41 0.06
HSL 49.7º 0.76% 0.74% -
HSV(B) 49.7º 0.41% 0.94% -
XYZ 66.45 72.49 35.3 -
YUV 217.74 84.13 143.17 -
System Red Green Blue C M Y K H S L
Decimal 239 222 140 0 0.07 0.41 0.06 49.7 0.76 0.74
Hex EF DE 8C 0 7 29 6 32 4C 4A
Octal 357 336 214 0 7 51 6 62 114 112
Binary 11101111 11011110 10001100 0 111 101001 110 110010 1001100 1001010

Color Harmonies of #EFDE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE8C

Black with #EFDE8C

Text Example


Text Example

White with #EFDE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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