Html Css Color HEX #EEC260 Cream Can

📋 copy color: '#EEC260'

red 238 ◦ green 194 ◦ blue 96

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

Shades of Cream Can #EEC260

Tints of Cream Can #EEC260

RGB

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

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

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

R = 45.08%
G = 36.74%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEC260 (or 0xEEC260) is known color: Cream Can. HEX triplet: EE, C2 and 60. RGB value is (238,194,96). Sum of RGB (Red+Green+Blue) = 238+194+96=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC260 is #113D9F. Grayscale: #C4C4C4. Windows color (decimal): -1129888 or 6341358. OLE color: 6341358.

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

Color convert

RGB 238 194 96 -
CMYK 0 0.18 0.60 0.07
HSL 41.41º 0.81% 0.65% -
HSV(B) 41.41º 0.6% 0.93% -
XYZ 56.66 57.61 19.2 -
YUV 195.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 238 194 96 0 0.18 0.60 0.07 41.41 0.81 0.65
Hex EE C2 60 0 12 3C 7 29 51 41
Octal 356 302 140 0 22 74 7 51 121 101
Binary 11101110 11000010 1100000 0 10010 111100 111 101001 1010001 1000001

Color Harmonies of #EEC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC260

Black with #EEC260

Text Example


Text Example

White with #EEC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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