Html Css Color HEX #EEC155 Cream Can

📋 copy color: '#EEC155'

red 238 ◦ green 193 ◦ blue 85

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

Shades of Cream Can #EEC155

Tints of Cream Can #EEC155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.4%

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

R = 46.12%
G = 37.4%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEC155 (or 0xEEC155) is known color: Cream Can. HEX triplet: EE, C1 and 55. RGB value is (238,193,85). Sum of RGB (Red+Green+Blue) = 238+193+85=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC155 is #113EAA. Grayscale: #C2C2C2. Windows color (decimal): -1130155 or 5620206. OLE color: 5620206.

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

Color convert

RGB 238 193 85 -
CMYK 0 0.19 0.64 0.07
HSL 42.35º 0.82% 0.63% -
HSV(B) 42.35º 0.64% 0.93% -
XYZ 55.97 56.97 16.64 -
YUV 194.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 238 193 85 0 0.19 0.64 0.07 42.35 0.82 0.63
Hex EE C1 55 0 13 40 7 2A 52 3F
Octal 356 301 125 0 23 100 7 52 122 77
Binary 11101110 11000001 1010101 0 10011 1000000 111 101010 1010010 111111

Color Harmonies of #EEC155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC155

Black with #EEC155

Text Example


Text Example

White with #EEC155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC155; }

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

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

background-color css

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

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

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

border-color css

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

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

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