Html Css Color HEX #EDE587 Khaki

📋 copy color: '#EDE587'

red 237 ◦ green 229 ◦ blue 135

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

Shades of Khaki #EDE587

Tints of Khaki #EDE587

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.1%

 BLUE value IS 135 (53.13% from 255) = 22.46%

R = 39.43%
G = 38.1%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDE587 (or 0xEDE587) is known color: Khaki. HEX triplet: ED, E5 and 87. RGB value is (237,229,135). Sum of RGB (Red+Green+Blue) = 237+229+135=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 135 (53.12% from 255 or 22.46% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE587 is #121A78. Grayscale: #DDDDDD. Windows color (decimal): -1186425 or 8906221. OLE color: 8906221.

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

Color convert

RGB 237 229 135 -
CMYK 0 0.03 0.43 0.07
HSL 55.29º 0.74% 0.73% -
HSV(B) 55.29º 0.43% 0.93% -
XYZ 67.32 75.79 34 -
YUV 220.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 237 229 135 0 0.03 0.43 0.07 55.29 0.74 0.73
Hex ED E5 87 0 3 2B 7 37 4A 49
Octal 355 345 207 0 3 53 7 67 112 111
Binary 11101101 11100101 10000111 0 11 101011 111 110111 1001010 1001001

Color Harmonies of #EDE587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE587

Black with #EDE587

Text Example


Text Example

White with #EDE587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE587; }

 p { color: rgb(237,229,135); }

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

background-color css

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

 a { background-color: rgb(237,229,135); }

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

border-color css

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

 span { border-color: rgb(237,229,135); }

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