Html Css Color HEX #ECC250 Cream Can

📋 copy color: '#ECC250'

red 236 ◦ green 194 ◦ blue 80

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

Shades of Cream Can #ECC250

Tints of Cream Can #ECC250

RGB

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

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

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

R = 46.27%
G = 38.04%
B = 15.69%

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

#ECC250 (or 0xECC250) is known color: Cream Can. HEX triplet: EC, C2 and 50. RGB value is (236,194,80). Sum of RGB (Red+Green+Blue) = 236+194+80=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC250 is #133DAF. Grayscale: #C2C2C2. Windows color (decimal): -1260976 or 5292780. OLE color: 5292780.

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

Color convert

RGB 236 194 80 -
CMYK 0 0.18 0.66 0.07
HSL 43.85º 0.8% 0.62% -
HSV(B) 43.85º 0.66% 0.93% -
XYZ 55.33 57 15.67 -
YUV 193.56 63.91 158.27 -
System Red Green Blue C M Y K H S L
Decimal 236 194 80 0 0.18 0.66 0.07 43.85 0.8 0.62
Hex EC C2 50 0 12 42 7 2C 50 3E
Octal 354 302 120 0 22 102 7 54 120 76
Binary 11101100 11000010 1010000 0 10010 1000010 111 101100 1010000 111110

Color Harmonies of #ECC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC250

Black with #ECC250

Text Example


Text Example

White with #ECC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC250; }

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

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

background-color css

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

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

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

border-color css

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

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

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