#ECAD55

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

Shades of Casablanca #ECAD55

Tints of Casablanca #ECAD55

Color information

#ECAD55 (or 0xECAD55) is unknown color: approx Casablanca. HEX triplet: EC, AD and 55. RGB value is (236,173,85). Sum of RGB (Red+Green+Blue) = 236+173+85=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAD55 is #1352AA. Grayscale: #B6B6B6. Windows color (decimal): -1266347 or 5615084. OLE color: 5615084.

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

Color convert

RGB23617385-
CMYK00.270.640.07
HSL34.97º79.89%62.94%-
HSV(B)34.97º63.98%92.55%-
XYZ51.1848.3815.23-
YUV181.873.37166.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.77%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 85 (33.59% from 255) = 17.21%
R=47.77%
G=35.02%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361738500.270.640.0734.9779.8962.94
HexECAD5501B40723503f
Octal35425512503310074312077
Binary1110110010101101101010101101110000001111000111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAD55; }

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

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

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

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

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

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

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

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