Html Css Color HEX #ECC450 Cream Can

📋 copy color: '#ECC450'

red 236 ◦ green 196 ◦ blue 80

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

Shades of Cream Can #ECC450

Tints of Cream Can #ECC450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 46.09%
G = 38.28%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECC450 (or 0xECC450) is known color: Cream Can. HEX triplet: EC, C4 and 50. RGB value is (236,196,80). Sum of RGB (Red+Green+Blue) = 236+196+80=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC450 is #133BAF. Grayscale: #C3C3C3. Windows color (decimal): -1260464 or 5293292. OLE color: 5293292.

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

Color convert

RGB 236 196 80 -
CMYK 0 0.17 0.66 0.07
HSL 44.62º 0.8% 0.62% -
HSV(B) 44.62º 0.66% 0.93% -
XYZ 55.78 57.89 15.82 -
YUV 194.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 236 196 80 0 0.17 0.66 0.07 44.62 0.8 0.62
Hex EC C4 50 0 11 42 7 2D 50 3E
Octal 354 304 120 0 21 102 7 55 120 76
Binary 11101100 11000100 1010000 0 10001 1000010 111 101101 1010000 111110

Color Harmonies of #ECC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC450

Black with #ECC450

Text Example


Text Example

White with #ECC450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC450; }

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

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

background-color css

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

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

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

border-color css

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

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

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