Html Css Color HEX #EDD286 Cherokee

📋 copy color: '#EDD286'

red 237 ◦ green 210 ◦ blue 134

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

Shades of Cherokee #EDD286

Tints of Cherokee #EDD286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.14%

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

R = 40.79%
G = 36.14%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDD286 (or 0xEDD286) is known color: Cherokee. HEX triplet: ED, D2 and 86. RGB value is (237,210,134). Sum of RGB (Red+Green+Blue) = 237+210+134=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD286 is #122D79. Grayscale: #D1D1D1. Windows color (decimal): -1191290 or 8835821. OLE color: 8835821.

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

Color convert

RGB 237 210 134 -
CMYK 0 0.11 0.43 0.07
HSL 44.27º 0.74% 0.73% -
HSV(B) 44.27º 0.43% 0.93% -
XYZ 62.27 65.82 31.98 -
YUV 209.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 237 210 134 0 0.11 0.43 0.07 44.27 0.74 0.73
Hex ED D2 86 0 B 2B 7 2C 4A 49
Octal 355 322 206 0 13 53 7 54 112 111
Binary 11101101 11010010 10000110 0 1011 101011 111 101100 1001010 1001001

Color Harmonies of #EDD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD286

Black with #EDD286

Text Example


Text Example

White with #EDD286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD286; }

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

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

background-color css

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

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

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

border-color css

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

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

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