#ECAE51

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

Shades of Casablanca #ECAE51

Tints of Casablanca #ECAE51

Color information

#ECAE51 (or 0xECAE51) is unknown color: approx Casablanca. HEX triplet: EC, AE and 51. RGB value is (236,174,81). Sum of RGB (Red+Green+Blue) = 236+174+81=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE51 is #1351AE. Grayscale: #B6B6B6. Windows color (decimal): -1266095 or 5353196. OLE color: 5353196.

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

Color convert

RGB23617481-
CMYK00.260.660.07
HSL36º80.31%62.16%-
HSV(B)36º65.68%92.55%-
XYZ51.2148.714.49-
YUV181.9471.04166.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 81 (32.03% from 255) = 16.50%
R=48.07%
G=35.44%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361748100.260.660.073680.3162.16
HexECAE5101A42724503e
Octal35425612103210274412076
Binary1110110010101110101000101101010000101111001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAE51; }

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

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

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

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

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

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

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

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