#ECB559

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

Shades of Casablanca #ECB559

Tints of Casablanca #ECB559

Color information

#ECB559 (or 0xECB559) is unknown color: approx Casablanca. HEX triplet: EC, B5 and 59. RGB value is (236,181,89). Sum of RGB (Red+Green+Blue) = 236+181+89=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB559 is #134AA6. Grayscale: #BBBBBB. Windows color (decimal): -1264295 or 5879276. OLE color: 5879276.

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

Color convert

RGB23618189-
CMYK00.230.620.07
HSL37.55º79.46%63.73%-
HSV(B)37.55º62.29%92.55%-
XYZ52.9251.616.62-
YUV186.9672.72162.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.64%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 89 (35.16% from 255) = 17.59%
R=46.64%
G=35.77%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361818900.230.620.0737.5579.4663.73
HexECB5590173E7264f40
Octal35426513102776746117100
Binary1110110010110101101100101011111111011110011010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB559; }

 p { color: rgb(236,181,89); }

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

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

 a { background-color: rgb(236,181,89); }

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

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

 span { border-color: rgb(236,181,89); }

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