#ECB359

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

Shades of Casablanca #ECB359

Tints of Casablanca #ECB359

Color information

#ECB359 (or 0xECB359) is unknown color: approx Casablanca. HEX triplet: EC, B3 and 59. RGB value is (236,179,89). Sum of RGB (Red+Green+Blue) = 236+179+89=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 89 (35.16% from 255 or 17.66% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB359 is #134CA6. Grayscale: #BABABA. Windows color (decimal): -1264807 or 5878764. OLE color: 5878764.

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

Color convert

RGB23617989-
CMYK00.240.620.07
HSL36.73º79.46%63.73%-
HSV(B)36.73º62.29%92.55%-
XYZ52.5250.7916.49-
YUV185.7873.38163.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.83%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 89 (35.16% from 255) = 17.66%
R=46.83%
G=35.52%
B=17.66%

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
Decimal2361798900.240.620.0736.7379.4663.73
HexECB3590183E7254f40
Octal35426313103076745117100
Binary1110110010110011101100101100011111011110010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB359; }

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

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

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

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

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

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

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

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