Html Css Color HEX #EDD289 Cherokee

📋 copy color: '#EDD289'

red 237 ◦ green 210 ◦ blue 137

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

Shades of Cherokee #EDD289

Tints of Cherokee #EDD289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 23.46%

R = 40.58%
G = 35.96%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDD289 (or 0xEDD289) is known color: Cherokee. HEX triplet: ED, D2 and 89. RGB value is (237,210,137). Sum of RGB (Red+Green+Blue) = 237+210+137=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 137 (53.91% from 255 or 23.46% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD289 is #122D76. Grayscale: #D2D2D2. Windows color (decimal): -1191287 or 9032429. OLE color: 9032429.

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

Color convert

RGB 237 210 137 -
CMYK 0 0.11 0.42 0.07
HSL 43.8º 0.74% 0.73% -
HSV(B) 43.8º 0.42% 0.93% -
XYZ 62.49 65.9 33.09 -
YUV 209.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 237 210 137 0 0.11 0.42 0.07 43.8 0.74 0.73
Hex ED D2 89 0 B 2A 7 2C 4A 49
Octal 355 322 211 0 13 52 7 54 112 111
Binary 11101101 11010010 10001001 0 1011 101010 111 101100 1001010 1001001

Color Harmonies of #EDD289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD289

Black with #EDD289

Text Example


Text Example

White with #EDD289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD289; }

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

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

background-color css

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

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

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

border-color css

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

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

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