Html Css Color HEX #EDE387 Khaki

📋 copy color: '#EDE387'

red 237 ◦ green 227 ◦ blue 135

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

Shades of Khaki #EDE387

Tints of Khaki #EDE387

RGB

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

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

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

R = 39.57%
G = 37.9%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDE387 (or 0xEDE387) is known color: Khaki. HEX triplet: ED, E3 and 87. RGB value is (237,227,135). Sum of RGB (Red+Green+Blue) = 237+227+135=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 135 (53.12% from 255 or 22.54% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE387 is #121C78. Grayscale: #DBDBDB. Windows color (decimal): -1186937 or 8905709. OLE color: 8905709.

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

Color convert

RGB 237 227 135 -
CMYK 0 0.04 0.43 0.07
HSL 54.12º 0.74% 0.73% -
HSV(B) 54.12º 0.43% 0.93% -
XYZ 66.77 74.69 33.82 -
YUV 219.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 237 227 135 0 0.04 0.43 0.07 54.12 0.74 0.73
Hex ED E3 87 0 4 2B 7 36 4A 49
Octal 355 343 207 0 4 53 7 66 112 111
Binary 11101101 11100011 10000111 0 100 101011 111 110110 1001010 1001001

Color Harmonies of #EDE387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE387

Black with #EDE387

Text Example


Text Example

White with #EDE387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE387; }

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

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

background-color css

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

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

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

border-color css

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

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

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