Html Css Color HEX #EDE686 Khaki

📋 copy color: '#EDE686'

red 237 ◦ green 230 ◦ blue 134

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

Shades of Khaki #EDE686

Tints of Khaki #EDE686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.27%

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

R = 39.43%
G = 38.27%
B = 22.3%

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

#EDE686 (or 0xEDE686) is known color: Khaki. HEX triplet: ED, E6 and 86. RGB value is (237,230,134). Sum of RGB (Red+Green+Blue) = 237+230+134=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE686 is #121979. Grayscale: #DDDDDD. Windows color (decimal): -1186170 or 8840941. OLE color: 8840941.

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

Color convert

RGB 237 230 134 -
CMYK 0 0.03 0.43 0.07
HSL 55.92º 0.74% 0.73% -
HSV(B) 55.92º 0.43% 0.93% -
XYZ 67.52 76.32 33.73 -
YUV 221.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 237 230 134 0 0.03 0.43 0.07 55.92 0.74 0.73
Hex ED E6 86 0 3 2B 7 38 4A 49
Octal 355 346 206 0 3 53 7 70 112 111
Binary 11101101 11100110 10000110 0 11 101011 111 111000 1001010 1001001

Color Harmonies of #EDE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE686

Black with #EDE686

Text Example


Text Example

White with #EDE686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE686; }

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

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

background-color css

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

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

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

border-color css

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

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

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