Html Css Color HEX #EED085 Cherokee

📋 copy color: '#EED085'

red 238 ◦ green 208 ◦ blue 133

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

Shades of Cherokee #EED085

Tints of Cherokee #EED085

RGB

 RED value IS 238 (93.36% from 255) = 41.11%

 GREEN value IS 208 (81.64% from 255) = 35.92%

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

R = 41.11%
G = 35.92%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EED085 (or 0xEED085) is known color: Cherokee. HEX triplet: EE, D0 and 85. RGB value is (238,208,133). Sum of RGB (Red+Green+Blue) = 238+208+133=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EED085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED085 is #112F7A. Grayscale: #D0D0D0. Windows color (decimal): -1126267 or 8769774. OLE color: 8769774.

HSL color Cylindrical-coordinate representation of color #EED085: hue angle of 42.86º degrees, saturation: 0.76, 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 #EED085 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 133 -
CMYK 0 0.13 0.44 0.07
HSL 42.86º 0.76% 0.73% -
HSV(B) 42.86º 0.44% 0.93% -
XYZ 62.05 64.98 31.46 -
YUV 208.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 238 208 133 0 0.13 0.44 0.07 42.86 0.76 0.73
Hex EE D0 85 0 D 2C 7 2B 4C 49
Octal 356 320 205 0 15 54 7 53 114 111
Binary 11101110 11010000 10000101 0 1101 101100 111 101011 1001100 1001001

Color Harmonies of #EED085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED085

Black with #EED085

Text Example


Text Example

White with #EED085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED085; }

 p { color: rgb(238,208,133); }

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

background-color css

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

 a { background-color: rgb(238,208,133); }

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

border-color css

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

 span { border-color: rgb(238,208,133); }

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