Html Css Color HEX #EDE287 Khaki

📋 copy color: '#EDE287'

red 237 ◦ green 226 ◦ blue 135

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

Shades of Khaki #EDE287

Tints of Khaki #EDE287

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.79%

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

R = 39.63%
G = 37.79%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDE287 (or 0xEDE287) is known color: Khaki. HEX triplet: ED, E2 and 87. RGB value is (237,226,135). Sum of RGB (Red+Green+Blue) = 237+226+135=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 135 (53.12% from 255 or 22.58% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE287 is #121D78. Grayscale: #DBDBDB. Windows color (decimal): -1187193 or 8905453. OLE color: 8905453.

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

Color convert

RGB 237 226 135 -
CMYK 0 0.05 0.43 0.07
HSL 53.53º 0.74% 0.73% -
HSV(B) 53.53º 0.43% 0.93% -
XYZ 66.49 74.15 33.73 -
YUV 218.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 237 226 135 0 0.05 0.43 0.07 53.53 0.74 0.73
Hex ED E2 87 0 5 2B 7 36 4A 49
Octal 355 342 207 0 5 53 7 66 112 111
Binary 11101101 11100010 10000111 0 101 101011 111 110110 1001010 1001001

Color Harmonies of #EDE287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE287

Black with #EDE287

Text Example


Text Example

White with #EDE287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE287; }

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

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

background-color css

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

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

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

border-color css

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

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

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