#ECAC51

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

Shades of Casablanca #ECAC51

Tints of Casablanca #ECAC51

Color information

#ECAC51 (or 0xECAC51) is unknown color: approx Casablanca. HEX triplet: EC, AC and 51. RGB value is (236,172,81). Sum of RGB (Red+Green+Blue) = 236+172+81=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC51 is #1353AE. Grayscale: #B5B5B5. Windows color (decimal): -1266607 or 5352684. OLE color: 5352684.

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

Color convert

RGB23617281-
CMYK00.270.660.07
HSL35.23º80.31%62.16%-
HSV(B)35.23º65.68%92.55%-
XYZ50.8347.9314.36-
YUV180.7671.7167.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.26%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 81 (32.03% from 255) = 16.56%
R=48.26%
G=35.17%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361728100.270.660.0735.2380.3162.16
HexECAC5101B42723503e
Octal35425412103310274312076
Binary1110110010101100101000101101110000101111000111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAC51; }

 p { color: rgb(236,172,81); }

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

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

 a { background-color: rgb(236,172,81); }

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

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

 span { border-color: rgb(236,172,81); }

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