#ECAE57

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

Shades of Casablanca #ECAE57

Tints of Casablanca #ECAE57

Color information

#ECAE57 (or 0xECAE57) is unknown color: approx Casablanca. HEX triplet: EC, AE and 57. RGB value is (236,174,87). Sum of RGB (Red+Green+Blue) = 236+174+87=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE57 is #1351A8. Grayscale: #B7B7B7. Windows color (decimal): -1266089 or 5746412. OLE color: 5746412.

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

Color convert

RGB23617487-
CMYK00.260.630.07
HSL35.03º79.68%63.33%-
HSV(B)35.03º63.14%92.55%-
XYZ51.4548.7915.72-
YUV182.6274.04166.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.48%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 87 (34.38% from 255) = 17.51%
R=47.48%
G=35.01%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361748700.260.630.0735.0379.6863.33
HexECAE5701A3F723503f
Octal3542561270327774312077
Binary111011001010111010101110110101111111111000111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAE57; }

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

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

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

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

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

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

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

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