Html Css Color HEX #EDE389 Khaki

📋 copy color: '#EDE389'

red 237 ◦ green 227 ◦ blue 137

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

Shades of Khaki #EDE389

Tints of Khaki #EDE389

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.77%

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

R = 39.43%
G = 37.77%
B = 22.8%

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

#EDE389 (or 0xEDE389) is known color: Khaki. HEX triplet: ED, E3 and 89. RGB value is (237,227,137). Sum of RGB (Red+Green+Blue) = 237+227+137=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 137 (53.91% from 255 or 22.80% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE389 is #121C76. Grayscale: #DCDCDC. Windows color (decimal): -1186935 or 9036781. OLE color: 9036781.

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

Color convert

RGB 237 227 137 -
CMYK 0 0.04 0.42 0.07
HSL 54º 0.74% 0.73% -
HSV(B) 54º 0.42% 0.93% -
XYZ 66.91 74.75 34.57 -
YUV 219.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 237 227 137 0 0.04 0.42 0.07 54 0.74 0.73
Hex ED E3 89 0 4 2A 7 36 4A 49
Octal 355 343 211 0 4 52 7 66 112 111
Binary 11101101 11100011 10001001 0 100 101010 111 110110 1001010 1001001

Color Harmonies of #EDE389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE389

Black with #EDE389

Text Example


Text Example

White with #EDE389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE389; }

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

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

background-color css

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

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

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

border-color css

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

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

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