Html Css Color HEX #EDD285 Cherokee

📋 copy color: '#EDD285'

red 237 ◦ green 210 ◦ blue 133

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

Shades of Cherokee #EDD285

Tints of Cherokee #EDD285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.93%

R = 40.86%
G = 36.21%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDD285 (or 0xEDD285) is known color: Cherokee. HEX triplet: ED, D2 and 85. RGB value is (237,210,133). Sum of RGB (Red+Green+Blue) = 237+210+133=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD285 is #122D7A. Grayscale: #D1D1D1. Windows color (decimal): -1191291 or 8770285. OLE color: 8770285.

HSL color Cylindrical-coordinate representation of color #EDD285: hue angle of 44.42º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDD285 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 133 -
CMYK 0 0.11 0.44 0.07
HSL 44.42º 0.74% 0.73% -
HSV(B) 44.42º 0.44% 0.93% -
XYZ 62.21 65.79 31.61 -
YUV 209.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 237 210 133 0 0.11 0.44 0.07 44.42 0.74 0.73
Hex ED D2 85 0 B 2C 7 2C 4A 49
Octal 355 322 205 0 13 54 7 54 112 111
Binary 11101101 11010010 10000101 0 1011 101100 111 101100 1001010 1001001

Color Harmonies of #EDD285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD285

Black with #EDD285

Text Example


Text Example

White with #EDD285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD285; }

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

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

background-color css

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

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

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

border-color css

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

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

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