Html Css Color HEX #EEC255 Cream Can

📋 copy color: '#EEC255'

red 238 ◦ green 194 ◦ blue 85

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

Shades of Cream Can #EEC255

Tints of Cream Can #EEC255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

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

R = 46.03%
G = 37.52%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEC255 (or 0xEEC255) is known color: Cream Can. HEX triplet: EE, C2 and 55. RGB value is (238,194,85). Sum of RGB (Red+Green+Blue) = 238+194+85=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC255 is #113DAA. Grayscale: #C3C3C3. Windows color (decimal): -1129899 or 5620462. OLE color: 5620462.

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

Color convert

RGB 238 194 85 -
CMYK 0 0.18 0.64 0.07
HSL 42.75º 0.82% 0.63% -
HSV(B) 42.75º 0.64% 0.93% -
XYZ 56.19 57.42 16.72 -
YUV 194.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 238 194 85 0 0.18 0.64 0.07 42.75 0.82 0.63
Hex EE C2 55 0 12 40 7 2B 52 3F
Octal 356 302 125 0 22 100 7 53 122 77
Binary 11101110 11000010 1010101 0 10010 1000000 111 101011 1010010 111111

Color Harmonies of #EEC255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC255

Black with #EEC255

Text Example


Text Example

White with #EEC255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC255; }

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

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

background-color css

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

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

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

border-color css

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

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

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