Html Css Color HEX #EED083 Cherokee

📋 copy color: '#EED083'

red 238 ◦ green 208 ◦ blue 131

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

Shades of Cherokee #EED083

Tints of Cherokee #EED083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.7%

R = 41.25%
G = 36.05%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EED083 (or 0xEED083) is known color: Cherokee. HEX triplet: EE, D0 and 83. RGB value is (238,208,131). Sum of RGB (Red+Green+Blue) = 238+208+131=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EED083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED083 is #112F7C. Grayscale: #D0D0D0. Windows color (decimal): -1126269 or 8638702. OLE color: 8638702.

HSL color Cylindrical-coordinate representation of color #EED083: hue angle of 43.18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EED083 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 131 -
CMYK 0 0.13 0.45 0.07
HSL 43.18º 0.76% 0.72% -
HSV(B) 43.18º 0.45% 0.93% -
XYZ 61.91 64.93 30.74 -
YUV 208.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 238 208 131 0 0.13 0.45 0.07 43.18 0.76 0.72
Hex EE D0 83 0 D 2D 7 2B 4C 48
Octal 356 320 203 0 15 55 7 53 114 110
Binary 11101110 11010000 10000011 0 1101 101101 111 101011 1001100 1001000

Color Harmonies of #EED083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED083

Black with #EED083

Text Example


Text Example

White with #EED083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED083; }

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

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

background-color css

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

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

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

border-color css

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

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

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