Html Css Color HEX #EDE08E Khaki

📋 copy color: '#EDE08E'

red 237 ◦ green 224 ◦ blue 142

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

Shades of Khaki #EDE08E

Tints of Khaki #EDE08E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.15%

 BLUE value IS 142 (55.86% from 255) = 23.55%

R = 39.3%
G = 37.15%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDE08E (or 0xEDE08E) is known color: Khaki. HEX triplet: ED, E0 and 8E. RGB value is (237,224,142). Sum of RGB (Red+Green+Blue) = 237+224+142=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE08E is #121F71. Grayscale: #DADADA. Windows color (decimal): -1187698 or 9363693. OLE color: 9363693.

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

Color convert

RGB 237 224 142 -
CMYK 0 0.05 0.40 0.07
HSL 51.79º 0.73% 0.74% -
HSV(B) 51.79º 0.4% 0.93% -
XYZ 66.46 73.27 36.23 -
YUV 218.54 84.81 141.17 -
System Red Green Blue C M Y K H S L
Decimal 237 224 142 0 0.05 0.40 0.07 51.79 0.73 0.74
Hex ED E0 8E 0 5 28 7 34 49 4A
Octal 355 340 216 0 5 50 7 64 111 112
Binary 11101101 11100000 10001110 0 101 101000 111 110100 1001001 1001010

Color Harmonies of #EDE08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE08E

Black with #EDE08E

Text Example


Text Example

White with #EDE08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE08E; }

 p { color: rgb(237,224,142); }

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

background-color css

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

 a { background-color: rgb(237,224,142); }

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

border-color css

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

 span { border-color: rgb(237,224,142); }

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