#ECAE53

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

Shades of Casablanca #ECAE53

Tints of Casablanca #ECAE53

Color information

#ECAE53 (or 0xECAE53) is unknown color: approx Casablanca. HEX triplet: EC, AE and 53. RGB value is (236,174,83). Sum of RGB (Red+Green+Blue) = 236+174+83=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE53 is #1351AC. Grayscale: #B6B6B6. Windows color (decimal): -1266093 or 5484268. OLE color: 5484268.

HSL color Cylindrical-coordinate representation of color #ECAE53: hue angle of 35.69º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECAE53 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB23617483-
CMYK00.260.650.07
HSL35.69º80.1%62.55%-
HSV(B)35.69º64.83%92.55%-
XYZ51.2948.7314.89-
YUV182.1672.04166.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 83 (32.81% from 255) = 16.84%
R=47.87%
G=35.29%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361748300.260.650.0735.6980.162.55
HexECAE5301A41724503f
Octal35425612303210174412077
Binary1110110010101110101001101101010000011111001001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAE53; }

 p { color: rgb(236,174,83); }

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

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

 a { background-color: rgb(236,174,83); }

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

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

 span { border-color: rgb(236,174,83); }

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