Html Css Color HEX #EDE486 Khaki

📋 copy color: '#EDE486'

red 237 ◦ green 228 ◦ blue 134

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

Shades of Khaki #EDE486

Tints of Khaki #EDE486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.37%

R = 39.57%
G = 38.06%
B = 22.37%

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

#EDE486 (or 0xEDE486) is known color: Khaki. HEX triplet: ED, E4 and 86. RGB value is (237,228,134). Sum of RGB (Red+Green+Blue) = 237+228+134=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 134 (52.73% from 255 or 22.37% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE486 is #121B79. Grayscale: #DCDCDC. Windows color (decimal): -1186682 or 8840429. OLE color: 8840429.

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

Color convert

RGB 237 228 134 -
CMYK 0 0.04 0.43 0.07
HSL 54.76º 0.74% 0.73% -
HSV(B) 54.76º 0.43% 0.93% -
XYZ 66.97 75.21 33.54 -
YUV 219.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 237 228 134 0 0.04 0.43 0.07 54.76 0.74 0.73
Hex ED E4 86 0 4 2B 7 37 4A 49
Octal 355 344 206 0 4 53 7 67 112 111
Binary 11101101 11100100 10000110 0 100 101011 111 110111 1001010 1001001

Color Harmonies of #EDE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE486

Black with #EDE486

Text Example


Text Example

White with #EDE486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE486; }

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

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

background-color css

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

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

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

border-color css

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

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

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