#ECAB48

Color #ECAB48 Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #ECAB48

Tints of Casablanca #ECAB48

Color information

#ECAB48 (or 0xECAB48) is unknown color: approx Casablanca. HEX triplet: EC, AB and 48. RGB value is (236,171,72). Sum of RGB (Red+Green+Blue) = 236+171+72=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB48 is #1354B7. Grayscale: #B3B3B3. Windows color (decimal): -1266872 or 4762604. OLE color: 4762604.

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

Color convert

RGB23617172-
CMYK00.280.690.07
HSL36.22º81.19%60.39%-
HSV(B)36.22º69.49%92.55%-
XYZ50.3247.4312.63-
YUV179.1567.53168.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 72 (28.52% from 255) = 15.03%
R=49.27%
G=35.70%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361717200.280.690.0736.2281.1960.39
HexECAB4801C45724513c
Octal35425311003410574412174
Binary1110110010101011100100001110010001011111001001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAB48; }

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

 H1.HeaderClassName
 {
   color: #ECAB48;
 }
 .AnyTagClassName
 {
   color: #ECAB48;
 }
</style>
background-color css

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

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

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

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

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

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