#ECAD51

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

Shades of Casablanca #ECAD51

Tints of Casablanca #ECAD51

Color information

#ECAD51 (or 0xECAD51) is unknown color: approx Casablanca. HEX triplet: EC, AD and 51. RGB value is (236,173,81). Sum of RGB (Red+Green+Blue) = 236+173+81=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAD51 is #1352AE. Grayscale: #B5B5B5. Windows color (decimal): -1266351 or 5352940. OLE color: 5352940.

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

Color convert

RGB23617381-
CMYK00.270.660.07
HSL35.61º80.31%62.16%-
HSV(B)35.61º65.68%92.55%-
XYZ51.0248.3114.42-
YUV181.3571.37166.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.16%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 81 (32.03% from 255) = 16.53%
R=48.16%
G=35.31%
B=16.53%

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
Decimal2361738100.270.660.0735.6180.3162.16
HexECAD5101B42724503e
Octal35425512103310274412076
Binary1110110010101101101000101101110000101111001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAD51; }

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

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

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

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

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

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

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

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