Html Css Color HEX #EEC160 Cream Can

📋 copy color: '#EEC160'

red 238 ◦ green 193 ◦ blue 96

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

Shades of Cream Can #EEC160

Tints of Cream Can #EEC160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.22%

R = 45.16%
G = 36.62%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEC160 (or 0xEEC160) is known color: Cream Can. HEX triplet: EE, C1 and 60. RGB value is (238,193,96). Sum of RGB (Red+Green+Blue) = 238+193+96=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC160 is #113E9F. Grayscale: #C3C3C3. Windows color (decimal): -1130144 or 6341102. OLE color: 6341102.

HSL color Cylindrical-coordinate representation of color #EEC160: hue angle of 40.99º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEC160 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 193 96 -
CMYK 0 0.19 0.60 0.07
HSL 40.99º 0.81% 0.65% -
HSV(B) 40.99º 0.6% 0.93% -
XYZ 56.44 57.16 19.12 -
YUV 195.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 238 193 96 0 0.19 0.60 0.07 40.99 0.81 0.65
Hex EE C1 60 0 13 3C 7 29 51 41
Octal 356 301 140 0 23 74 7 51 121 101
Binary 11101110 11000001 1100000 0 10011 111100 111 101001 1010001 1000001

Color Harmonies of #EEC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC160

Black with #EEC160

Text Example


Text Example

White with #EEC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC160; }

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

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

background-color css

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

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

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

border-color css

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

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

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