Html Css Color HEX #EDE487 Khaki

📋 copy color: '#EDE487'

red 237 ◦ green 228 ◦ blue 135

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

Shades of Khaki #EDE487

Tints of Khaki #EDE487

RGB

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

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

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

R = 39.5%
G = 38%
B = 22.5%

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

#EDE487 (or 0xEDE487) is known color: Khaki. HEX triplet: ED, E4 and 87. RGB value is (237,228,135). Sum of RGB (Red+Green+Blue) = 237+228+135=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 135 (53.12% from 255 or 22.5% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE487 is #121B78. Grayscale: #DCDCDC. Windows color (decimal): -1186681 or 8905965. OLE color: 8905965.

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

Color convert

RGB 237 228 135 -
CMYK 0 0.04 0.43 0.07
HSL 54.71º 0.74% 0.73% -
HSV(B) 54.71º 0.43% 0.93% -
XYZ 67.04 75.24 33.91 -
YUV 220.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 237 228 135 0 0.04 0.43 0.07 54.71 0.74 0.73
Hex ED E4 87 0 4 2B 7 37 4A 49
Octal 355 344 207 0 4 53 7 67 112 111
Binary 11101101 11100100 10000111 0 100 101011 111 110111 1001010 1001001

Color Harmonies of #EDE487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE487

Black with #EDE487

Text Example


Text Example

White with #EDE487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE487; }

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

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

background-color css

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

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

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

border-color css

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

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

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