Html Css Color HEX #ECC042 Cream Can

📋 copy color: '#ECC042'

red 236 ◦ green 192 ◦ blue 66

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

Shades of Cream Can #ECC042

Tints of Cream Can #ECC042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.87%

 BLUE value IS 66 (26.17% from 255) = 13.36%

R = 47.77%
G = 38.87%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECC042 (or 0xECC042) is known color: Cream Can. HEX triplet: EC, C0 and 42. RGB value is (236,192,66). Sum of RGB (Red+Green+Blue) = 236+192+66=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC042 is #133FBD. Grayscale: #BFBFBF. Windows color (decimal): -1261502 or 4374764. OLE color: 4374764.

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

Color convert

RGB 236 192 66 -
CMYK 0 0.19 0.72 0.07
HSL 44.47º 0.82% 0.59% -
HSV(B) 44.47º 0.72% 0.93% -
XYZ 54.43 55.93 13.08 -
YUV 190.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 236 192 66 0 0.19 0.72 0.07 44.47 0.82 0.59
Hex EC C0 42 0 13 48 7 2C 52 3B
Octal 354 300 102 0 23 110 7 54 122 73
Binary 11101100 11000000 1000010 0 10011 1001000 111 101100 1010010 111011

Color Harmonies of #ECC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC042

Black with #ECC042

Text Example


Text Example

White with #ECC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC042; }

 p { color: rgb(236,192,66); }

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

background-color css

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

 a { background-color: rgb(236,192,66); }

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

border-color css

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

 span { border-color: rgb(236,192,66); }

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