Html Css Color HEX #EEC955 Cream Can

📋 copy color: '#EEC955'

red 238 ◦ green 201 ◦ blue 85

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

Shades of Cream Can #EEC955

Tints of Cream Can #EEC955

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.36%

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

R = 45.42%
G = 38.36%
B = 16.22%

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

#EEC955 (or 0xEEC955) is known color: Cream Can. HEX triplet: EE, C9 and 55. RGB value is (238,201,85). Sum of RGB (Red+Green+Blue) = 238+201+85=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC955 is #1136AA. Grayscale: #C7C7C7. Windows color (decimal): -1128107 or 5622254. OLE color: 5622254.

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

Color convert

RGB 238 201 85 -
CMYK 0 0.16 0.64 0.07
HSL 45.49º 0.82% 0.63% -
HSV(B) 45.49º 0.64% 0.93% -
XYZ 57.79 60.61 17.25 -
YUV 198.84 63.76 155.93 -
System Red Green Blue C M Y K H S L
Decimal 238 201 85 0 0.16 0.64 0.07 45.49 0.82 0.63
Hex EE C9 55 0 10 40 7 2D 52 3F
Octal 356 311 125 0 20 100 7 55 122 77
Binary 11101110 11001001 1010101 0 10000 1000000 111 101101 1010010 111111

Color Harmonies of #EEC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC955

Black with #EEC955

Text Example


Text Example

White with #EEC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC955; }

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

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

background-color css

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

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

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

border-color css

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

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

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