#ECB154

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

Shades of Casablanca #ECB154

Tints of Casablanca #ECB154

Color information

#ECB154 (or 0xECB154) is unknown color: approx Casablanca. HEX triplet: EC, B1 and 54. RGB value is (236,177,84). Sum of RGB (Red+Green+Blue) = 236+177+84=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB154 is #134EAB. Grayscale: #B8B8B8. Windows color (decimal): -1265324 or 5550572. OLE color: 5550572.

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

Color convert

RGB23617784-
CMYK00.250.640.07
HSL36.71º80%62.75%-
HSV(B)36.71º64.41%92.55%-
XYZ51.9149.9215.29-
YUV184.0471.55165.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.48%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 84 (33.20% from 255) = 16.90%
R=47.48%
G=35.61%
B=16.90%

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
Decimal2361778400.250.640.0736.718062.75
HexECB15401940725503f
Octal35426112403110074512077
Binary1110110010110001101010001100110000001111001011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB154; }

 p { color: rgb(236,177,84); }

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

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

 a { background-color: rgb(236,177,84); }

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

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

 span { border-color: rgb(236,177,84); }

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