Html Css Color HEX #ECC452 Cream Can

📋 copy color: '#ECC452'

red 236 ◦ green 196 ◦ blue 82

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

Shades of Cream Can #ECC452

Tints of Cream Can #ECC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.13%

 BLUE value IS 82 (32.42% from 255) = 15.95%

R = 45.91%
G = 38.13%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECC452 (or 0xECC452) is known color: Cream Can. HEX triplet: EC, C4 and 52. RGB value is (236,196,82). Sum of RGB (Red+Green+Blue) = 236+196+82=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC452 is #133BAD. Grayscale: #C3C3C3. Windows color (decimal): -1260462 or 5424364. OLE color: 5424364.

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

Color convert

RGB 236 196 82 -
CMYK 0 0.17 0.65 0.07
HSL 44.42º 0.8% 0.62% -
HSV(B) 44.42º 0.65% 0.93% -
XYZ 55.85 57.92 16.22 -
YUV 194.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 236 196 82 0 0.17 0.65 0.07 44.42 0.8 0.62
Hex EC C4 52 0 11 41 7 2C 50 3E
Octal 354 304 122 0 21 101 7 54 120 76
Binary 11101100 11000100 1010010 0 10001 1000001 111 101100 1010000 111110

Color Harmonies of #ECC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC452

Black with #ECC452

Text Example


Text Example

White with #ECC452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC452; }

 p { color: rgb(236,196,82); }

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

background-color css

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

 a { background-color: rgb(236,196,82); }

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

border-color css

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

 span { border-color: rgb(236,196,82); }

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