Html Css Color HEX #EDDE92 Khaki

📋 copy color: '#EDDE92'

red 237 ◦ green 222 ◦ blue 146

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

Shades of Khaki #EDDE92

Tints of Khaki #EDDE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.13%

R = 39.17%
G = 36.69%
B = 24.13%

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

#EDDE92 (or 0xEDDE92) is known color: Khaki. HEX triplet: ED, DE and 92. RGB value is (237,222,146). Sum of RGB (Red+Green+Blue) = 237+222+146=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 146 (57.42% from 255 or 24.13% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE92 is #12216D. Grayscale: #DADADA. Windows color (decimal): -1188206 or 9625325. OLE color: 9625325.

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

Color convert

RGB 237 222 146 -
CMYK 0 0.06 0.38 0.07
HSL 50.11º 0.72% 0.75% -
HSV(B) 50.11º 0.38% 0.93% -
XYZ 66.23 72.32 37.66 -
YUV 217.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 237 222 146 0 0.06 0.38 0.07 50.11 0.72 0.75
Hex ED DE 92 0 6 26 7 32 48 4B
Octal 355 336 222 0 6 46 7 62 110 113
Binary 11101101 11011110 10010010 0 110 100110 111 110010 1001000 1001011

Color Harmonies of #EDDE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE92

Black with #EDDE92

Text Example


Text Example

White with #EDDE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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