Html Css Color HEX #EEC856 Cream Can

📋 copy color: '#EEC856'

red 238 ◦ green 200 ◦ blue 86

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

Shades of Cream Can #EEC856

Tints of Cream Can #EEC856

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

 BLUE value IS 86 (33.98% from 255) = 16.41%

R = 45.42%
G = 38.17%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEC856 (or 0xEEC856) is known color: Cream Can. HEX triplet: EE, C8 and 56. RGB value is (238,200,86). Sum of RGB (Red+Green+Blue) = 238+200+86=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC856 is #1137A9. Grayscale: #C6C6C6. Windows color (decimal): -1128362 or 5687534. OLE color: 5687534.

HSL color Cylindrical-coordinate representation of color #EEC856: hue angle of 45º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEC856 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 200 86 -
CMYK 0 0.16 0.64 0.07
HSL 45º 0.82% 0.64% -
HSV(B) 45º 0.64% 0.93% -
XYZ 57.59 60.16 17.38 -
YUV 198.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 238 200 86 0 0.16 0.64 0.07 45 0.82 0.64
Hex EE C8 56 0 10 40 7 2D 52 40
Octal 356 310 126 0 20 100 7 55 122 100
Binary 11101110 11001000 1010110 0 10000 1000000 111 101101 1010010 1000000

Color Harmonies of #EEC856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC856

Black with #EEC856

Text Example


Text Example

White with #EEC856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC856; }

 p { color: rgb(238,200,86); }

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

background-color css

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

 a { background-color: rgb(238,200,86); }

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

border-color css

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

 span { border-color: rgb(238,200,86); }

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