#ECB459

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

Shades of Casablanca #ECB459

Tints of Casablanca #ECB459

Color information

#ECB459 (or 0xECB459) is unknown color: approx Casablanca. HEX triplet: EC, B4 and 59. RGB value is (236,180,89). Sum of RGB (Red+Green+Blue) = 236+180+89=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB459 is #134BA6. Grayscale: #BABABA. Windows color (decimal): -1264551 or 5879020. OLE color: 5879020.

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

Color convert

RGB23618089-
CMYK00.240.620.07
HSL37.14º79.46%63.73%-
HSV(B)37.14º62.29%92.55%-
XYZ52.7251.216.55-
YUV186.3773.05163.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.73%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 89 (35.16% from 255) = 17.62%
R=46.73%
G=35.64%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361808900.240.620.0737.1479.4663.73
HexECB4590183E7254f40
Octal35426413103076745117100
Binary1110110010110100101100101100011111011110010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB459; }

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

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

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

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

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

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

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

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