Html Css Color HEX #EDDE93 Khaki

📋 copy color: '#EDDE93'

red 237 ◦ green 222 ◦ blue 147

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

Shades of Khaki #EDDE93

Tints of Khaki #EDDE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.26%

R = 39.11%
G = 36.63%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDDE93 (or 0xEDDE93) is known color: Khaki. HEX triplet: ED, DE and 93. RGB value is (237,222,147). Sum of RGB (Red+Green+Blue) = 237+222+147=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 147 (57.81% from 255 or 24.26% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE93 is #12216C. Grayscale: #DADADA. Windows color (decimal): -1188205 or 9690861. OLE color: 9690861.

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

Color convert

RGB 237 222 147 -
CMYK 0 0.06 0.38 0.07
HSL 50º 0.71% 0.75% -
HSV(B) 50º 0.38% 0.93% -
XYZ 66.31 72.35 38.07 -
YUV 217.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 237 222 147 0 0.06 0.38 0.07 50 0.71 0.75
Hex ED DE 93 0 6 26 7 32 47 4B
Octal 355 336 223 0 6 46 7 62 107 113
Binary 11101101 11011110 10010011 0 110 100110 111 110010 1000111 1001011

Color Harmonies of #EDDE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE93

Black with #EDDE93

Text Example


Text Example

White with #EDDE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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