Html Css Color HEX #EDE189 Khaki

📋 copy color: '#EDE189'

red 237 ◦ green 225 ◦ blue 137

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

Shades of Khaki #EDE189

Tints of Khaki #EDE189

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.56%

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

R = 39.57%
G = 37.56%
B = 22.87%

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

#EDE189 (or 0xEDE189) is known color: Khaki. HEX triplet: ED, E1 and 89. RGB value is (237,225,137). Sum of RGB (Red+Green+Blue) = 237+225+137=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 137 (53.91% from 255 or 22.87% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE189 is #121E76. Grayscale: #DADADA. Windows color (decimal): -1187447 or 9036269. OLE color: 9036269.

HSL color Cylindrical-coordinate representation of color #EDE189: hue angle of 52.8º 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 #EDE189 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 225 137 -
CMYK 0 0.05 0.42 0.07
HSL 52.8º 0.74% 0.73% -
HSV(B) 52.8º 0.42% 0.93% -
XYZ 66.37 73.66 34.39 -
YUV 218.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 237 225 137 0 0.05 0.42 0.07 52.8 0.74 0.73
Hex ED E1 89 0 5 2A 7 35 4A 49
Octal 355 341 211 0 5 52 7 65 112 111
Binary 11101101 11100001 10001001 0 101 101010 111 110101 1001010 1001001

Color Harmonies of #EDE189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE189

Black with #EDE189

Text Example


Text Example

White with #EDE189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE189; }

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

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

background-color css

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

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

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

border-color css

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

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

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