Html Css Color HEX #ECC260 Cream Can

📋 copy color: '#ECC260'

red 236 ◦ green 194 ◦ blue 96

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

Shades of Cream Can #ECC260

Tints of Cream Can #ECC260

RGB

 RED value IS 236 (92.58% from 255) = 44.87%

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

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

R = 44.87%
G = 36.88%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECC260 (or 0xECC260) is known color: Cream Can. HEX triplet: EC, C2 and 60. RGB value is (236,194,96). Sum of RGB (Red+Green+Blue) = 236+194+96=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC260 is #133D9F. Grayscale: #C3C3C3. Windows color (decimal): -1260960 or 6341356. OLE color: 6341356.

HSL color Cylindrical-coordinate representation of color #ECC260: hue angle of 42º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECC260 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 96 -
CMYK 0 0.18 0.59 0.07
HSL 42º 0.79% 0.65% -
HSV(B) 42º 0.59% 0.93% -
XYZ 56 57.26 19.17 -
YUV 195.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 236 194 96 0 0.18 0.59 0.07 42 0.79 0.65
Hex EC C2 60 0 12 3B 7 2A 4F 41
Octal 354 302 140 0 22 73 7 52 117 101
Binary 11101100 11000010 1100000 0 10010 111011 111 101010 1001111 1000001

Color Harmonies of #ECC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC260

Black with #ECC260

Text Example


Text Example

White with #ECC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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