Html Css Color HEX #EDD288 Cherokee

📋 copy color: '#EDD288'

red 237 ◦ green 210 ◦ blue 136

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

Shades of Cherokee #EDD288

Tints of Cherokee #EDD288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.33%

R = 40.65%
G = 36.02%
B = 23.33%

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

#EDD288 (or 0xEDD288) is known color: Cherokee. HEX triplet: ED, D2 and 88. RGB value is (237,210,136). Sum of RGB (Red+Green+Blue) = 237+210+136=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD288 is #122D77. Grayscale: #D1D1D1. Windows color (decimal): -1191288 or 8966893. OLE color: 8966893.

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

Color convert

RGB 237 210 136 -
CMYK 0 0.11 0.43 0.07
HSL 43.96º 0.74% 0.73% -
HSV(B) 43.96º 0.43% 0.93% -
XYZ 62.42 65.88 32.72 -
YUV 209.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 237 210 136 0 0.11 0.43 0.07 43.96 0.74 0.73
Hex ED D2 88 0 B 2B 7 2C 4A 49
Octal 355 322 210 0 13 53 7 54 112 111
Binary 11101101 11010010 10001000 0 1011 101011 111 101100 1001010 1001001

Color Harmonies of #EDD288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD288

Black with #EDD288

Text Example


Text Example

White with #EDD288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD288; }

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

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

background-color css

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

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

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

border-color css

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

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

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