Html Css Color HEX #EFDE8D Khaki

📋 copy color: '#EFDE8D'

red 239 ◦ green 222 ◦ blue 141

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

Shades of Khaki #EFDE8D

Tints of Khaki #EFDE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.42%

R = 39.7%
G = 36.88%
B = 23.42%

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

#EFDE8D (or 0xEFDE8D) is known color: Khaki. HEX triplet: EF, DE and 8D. RGB value is (239,222,141). Sum of RGB (Red+Green+Blue) = 239+222+141=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE8D is #102172. Grayscale: #DADADA. Windows color (decimal): -1057139 or 9297647. OLE color: 9297647.

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

Color convert

RGB 239 222 141 -
CMYK 0 0.07 0.41 0.06
HSL 49.59º 0.75% 0.75% -
HSV(B) 49.59º 0.41% 0.94% -
XYZ 66.53 72.52 35.69 -
YUV 217.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 239 222 141 0 0.07 0.41 0.06 49.59 0.75 0.75
Hex EF DE 8D 0 7 29 6 32 4B 4B
Octal 357 336 215 0 7 51 6 62 113 113
Binary 11101111 11011110 10001101 0 111 101001 110 110010 1001011 1001011

Color Harmonies of #EFDE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE8D

Black with #EFDE8D

Text Example


Text Example

White with #EFDE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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