Html Css Color HEX #EEC855 Cream Can

📋 copy color: '#EEC855'

red 238 ◦ green 200 ◦ blue 85

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

Shades of Cream Can #EEC855

Tints of Cream Can #EEC855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.25%

R = 45.51%
G = 38.24%
B = 16.25%

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

#EEC855 (or 0xEEC855) is known color: Cream Can. HEX triplet: EE, C8 and 55. RGB value is (238,200,85). Sum of RGB (Red+Green+Blue) = 238+200+85=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC855 is #1137AA. Grayscale: #C6C6C6. Windows color (decimal): -1128363 or 5621998. OLE color: 5621998.

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

Color convert

RGB 238 200 85 -
CMYK 0 0.16 0.64 0.07
HSL 45.1º 0.82% 0.63% -
HSV(B) 45.1º 0.64% 0.93% -
XYZ 57.55 60.14 17.17 -
YUV 198.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 238 200 85 0 0.16 0.64 0.07 45.1 0.82 0.63
Hex EE C8 55 0 10 40 7 2D 52 3F
Octal 356 310 125 0 20 100 7 55 122 77
Binary 11101110 11001000 1010101 0 10000 1000000 111 101101 1010010 111111

Color Harmonies of #EEC855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC855

Black with #EEC855

Text Example


Text Example

White with #EEC855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC855; }

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

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

background-color css

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

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

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

border-color css

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

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

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