Html Css Color HEX #ECC150 Cream Can

📋 copy color: '#ECC150'

red 236 ◦ green 193 ◦ blue 80

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

Shades of Cream Can #ECC150

Tints of Cream Can #ECC150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.92%

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

R = 46.37%
G = 37.92%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECC150 (or 0xECC150) is known color: Cream Can. HEX triplet: EC, C1 and 50. RGB value is (236,193,80). Sum of RGB (Red+Green+Blue) = 236+193+80=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC150 is #133EAF. Grayscale: #C1C1C1. Windows color (decimal): -1261232 or 5292524. OLE color: 5292524.

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

Color convert

RGB 236 193 80 -
CMYK 0 0.18 0.66 0.07
HSL 43.46º 0.8% 0.62% -
HSV(B) 43.46º 0.66% 0.93% -
XYZ 55.11 56.55 15.6 -
YUV 192.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 236 193 80 0 0.18 0.66 0.07 43.46 0.8 0.62
Hex EC C1 50 0 12 42 7 2B 50 3E
Octal 354 301 120 0 22 102 7 53 120 76
Binary 11101100 11000001 1010000 0 10010 1000010 111 101011 1010000 111110

Color Harmonies of #ECC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC150

Black with #ECC150

Text Example


Text Example

White with #ECC150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC150; }

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

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

background-color css

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

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

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

border-color css

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

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

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