#ECB259

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

Shades of Casablanca #ECB259

Tints of Casablanca #ECB259

Color information

#ECB259 (or 0xECB259) is unknown color: approx Casablanca. HEX triplet: EC, B2 and 59. RGB value is (236,178,89). Sum of RGB (Red+Green+Blue) = 236+178+89=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB259 is #134DA6. Grayscale: #B9B9B9. Windows color (decimal): -1265063 or 5878508. OLE color: 5878508.

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

Color convert

RGB23617889-
CMYK00.250.620.07
HSL36.33º79.46%63.73%-
HSV(B)36.33º62.29%92.55%-
XYZ52.3250.3916.42-
YUV185.273.72164.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 89 (35.16% from 255) = 17.69%
R=46.92%
G=35.39%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361788900.250.620.0736.3379.4663.73
HexECB2590193E7244f40
Octal35426213103176744117100
Binary1110110010110010101100101100111111011110010010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB259; }

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

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

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

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

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

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

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

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