Html Css Color HEX #EDDE8C Khaki

📋 copy color: '#EDDE8C'

red 237 ◦ green 222 ◦ blue 140

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

Shades of Khaki #EDDE8C

Tints of Khaki #EDDE8C

RGB

 RED value IS 237 (92.97% from 255) = 39.57%

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

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

R = 39.57%
G = 37.06%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDDE8C (or 0xEDDE8C) is known color: Khaki. HEX triplet: ED, DE and 8C. RGB value is (237,222,140). Sum of RGB (Red+Green+Blue) = 237+222+140=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE8C is #122173. Grayscale: #D9D9D9. Windows color (decimal): -1188212 or 9232109. OLE color: 9232109.

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

Color convert

RGB 237 222 140 -
CMYK 0 0.06 0.41 0.07
HSL 50.72º 0.73% 0.74% -
HSV(B) 50.72º 0.41% 0.93% -
XYZ 65.78 72.14 35.27 -
YUV 217.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 237 222 140 0 0.06 0.41 0.07 50.72 0.73 0.74
Hex ED DE 8C 0 6 29 7 33 49 4A
Octal 355 336 214 0 6 51 7 63 111 112
Binary 11101101 11011110 10001100 0 110 101001 111 110011 1001001 1001010

Color Harmonies of #EDDE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE8C

Black with #EDDE8C

Text Example


Text Example

White with #EDDE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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