Html Css Color HEX #EDE489 Khaki

📋 copy color: '#EDE489'

red 237 ◦ green 228 ◦ blue 137

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

Shades of Khaki #EDE489

Tints of Khaki #EDE489

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.87%

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

R = 39.37%
G = 37.87%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDE489 (or 0xEDE489) is known color: Khaki. HEX triplet: ED, E4 and 89. RGB value is (237,228,137). Sum of RGB (Red+Green+Blue) = 237+228+137=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 137 (53.91% from 255 or 22.76% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE489 is #121B76. Grayscale: #DCDCDC. Windows color (decimal): -1186679 or 9037037. OLE color: 9037037.

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

Color convert

RGB 237 228 137 -
CMYK 0 0.04 0.42 0.07
HSL 54.6º 0.74% 0.73% -
HSV(B) 54.6º 0.42% 0.93% -
XYZ 67.18 75.3 34.66 -
YUV 220.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 237 228 137 0 0.04 0.42 0.07 54.6 0.74 0.73
Hex ED E4 89 0 4 2A 7 37 4A 49
Octal 355 344 211 0 4 52 7 67 112 111
Binary 11101101 11100100 10001001 0 100 101010 111 110111 1001010 1001001

Color Harmonies of #EDE489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE489

Black with #EDE489

Text Example


Text Example

White with #EDE489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE489; }

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

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

background-color css

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

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

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

border-color css

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

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

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