Html Css Color HEX #EDE989 Khaki

📋 copy color: '#EDE989'

red 237 ◦ green 233 ◦ blue 137

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

Shades of Khaki #EDE989

Tints of Khaki #EDE989

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.39%

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

R = 39.04%
G = 38.39%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDE989 (or 0xEDE989) is known color: Khaki. HEX triplet: ED, E9 and 89. RGB value is (237,233,137). Sum of RGB (Red+Green+Blue) = 237+233+137=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 137 (53.91% from 255 or 22.57% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE989 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE989 is #121676. Grayscale: #DFDFDF. Windows color (decimal): -1185399 or 9038317. OLE color: 9038317.

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

Color convert

RGB 237 233 137 -
CMYK 0 0.02 0.42 0.07
HSL 57.6º 0.74% 0.73% -
HSV(B) 57.6º 0.42% 0.93% -
XYZ 68.58 78.09 35.12 -
YUV 223.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 237 233 137 0 0.02 0.42 0.07 57.6 0.74 0.73
Hex ED E9 89 0 2 2A 7 3A 4A 49
Octal 355 351 211 0 2 52 7 72 112 111
Binary 11101101 11101001 10001001 0 10 101010 111 111010 1001010 1001001

Color Harmonies of #EDE989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE989

Black with #EDE989

Text Example


Text Example

White with #EDE989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE989; }

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

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

background-color css

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

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

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

border-color css

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

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

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