Html Css Color HEX #EDE089 Khaki

📋 copy color: '#EDE089'

red 237 ◦ green 224 ◦ blue 137

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

Shades of Khaki #EDE089

Tints of Khaki #EDE089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 22.91%

R = 39.63%
G = 37.46%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDE089 (or 0xEDE089) is known color: Khaki. HEX triplet: ED, E0 and 89. RGB value is (237,224,137). Sum of RGB (Red+Green+Blue) = 237+224+137=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 137 (53.91% from 255 or 22.91% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE089 is #121F76. Grayscale: #DADADA. Windows color (decimal): -1187703 or 9036013. OLE color: 9036013.

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

Color convert

RGB 237 224 137 -
CMYK 0 0.05 0.42 0.07
HSL 52.2º 0.74% 0.73% -
HSV(B) 52.2º 0.42% 0.93% -
XYZ 66.1 73.12 34.3 -
YUV 217.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 237 224 137 0 0.05 0.42 0.07 52.2 0.74 0.73
Hex ED E0 89 0 5 2A 7 34 4A 49
Octal 355 340 211 0 5 52 7 64 112 111
Binary 11101101 11100000 10001001 0 101 101010 111 110100 1001010 1001001

Color Harmonies of #EDE089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE089

Black with #EDE089

Text Example


Text Example

White with #EDE089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE089; }

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

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

background-color css

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

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

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

border-color css

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

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

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