Html Css Color HEX #ECBC50 Cream Can

📋 copy color: '#ECBC50'

red 236 ◦ green 188 ◦ blue 80

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

Shades of Cream Can #ECBC50

Tints of Cream Can #ECBC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

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

R = 46.83%
G = 37.3%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECBC50 (or 0xECBC50) is known color: Cream Can. HEX triplet: EC, BC and 50. RGB value is (236,188,80). Sum of RGB (Red+Green+Blue) = 236+188+80=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC50 is #1343AF. Grayscale: #BEBEBE. Windows color (decimal): -1262512 or 5291244. OLE color: 5291244.

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

Color convert

RGB 236 188 80 -
CMYK 0 0.20 0.66 0.07
HSL 41.54º 0.8% 0.62% -
HSV(B) 41.54º 0.66% 0.93% -
XYZ 54.02 54.38 15.24 -
YUV 190.04 65.9 160.78 -
System Red Green Blue C M Y K H S L
Decimal 236 188 80 0 0.20 0.66 0.07 41.54 0.8 0.62
Hex EC BC 50 0 14 42 7 2A 50 3E
Octal 354 274 120 0 24 102 7 52 120 76
Binary 11101100 10111100 1010000 0 10100 1000010 111 101010 1010000 111110

Color Harmonies of #ECBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC50

Black with #ECBC50

Text Example


Text Example

White with #ECBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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