#ECB256

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

Shades of Casablanca #ECB256

Tints of Casablanca #ECB256

Color information

#ECB256 (or 0xECB256) is unknown color: approx Casablanca. HEX triplet: EC, B2 and 56. RGB value is (236,178,86). Sum of RGB (Red+Green+Blue) = 236+178+86=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB256 is #134DA9. Grayscale: #B9B9B9. Windows color (decimal): -1265066 or 5681900. OLE color: 5681900.

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

Color convert

RGB23617886-
CMYK00.250.640.07
HSL36.8º79.79%63.14%-
HSV(B)36.8º63.56%92.55%-
XYZ52.1950.3515.77-
YUV184.8572.22164.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.2%
GREEN value IS 178 (69.92% from 255) = 35.6%
BLUE value IS 86 (33.98% from 255) = 17.2%
R=47.2%
G=35.6%
B=17.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361788600.250.640.0736.879.7963.14
HexECB25601940725503f
Octal35426212603110074512077
Binary1110110010110010101011001100110000001111001011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB256; }

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

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

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

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

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

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

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

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