Html Css Color HEX #ECBC48 Cream Can

📋 copy color: '#ECBC48'

red 236 ◦ green 188 ◦ blue 72

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

Shades of Cream Can #ECBC48

Tints of Cream Can #ECBC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.52%

R = 47.58%
G = 37.9%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECBC48 (or 0xECBC48) is known color: Cream Can. HEX triplet: EC, BC and 48. RGB value is (236,188,72). Sum of RGB (Red+Green+Blue) = 236+188+72=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC48 is #1343B7. Grayscale: #BDBDBD. Windows color (decimal): -1262520 or 4766956. OLE color: 4766956.

HSL color Cylindrical-coordinate representation of color #ECBC48: hue angle of 42.44º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECBC48 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 188 72 -
CMYK 0 0.20 0.69 0.07
HSL 42.44º 0.81% 0.6% -
HSV(B) 42.44º 0.69% 0.93% -
XYZ 53.74 54.27 13.77 -
YUV 189.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 236 188 72 0 0.20 0.69 0.07 42.44 0.81 0.6
Hex EC BC 48 0 14 45 7 2A 51 3C
Octal 354 274 110 0 24 105 7 52 121 74
Binary 11101100 10111100 1001000 0 10100 1000101 111 101010 1010001 111100

Color Harmonies of #ECBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC48

Black with #ECBC48

Text Example


Text Example

White with #ECBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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