#ECB45D

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

Shades of Casablanca #ECB45D

Tints of Casablanca #ECB45D

Color information

#ECB45D (or 0xECB45D) is unknown color: approx Casablanca. HEX triplet: EC, B4 and 5D. RGB value is (236,180,93). Sum of RGB (Red+Green+Blue) = 236+180+93=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB45D is #134BA2. Grayscale: #BBBBBB. Windows color (decimal): -1264547 or 6141164. OLE color: 6141164.

HSL color Cylindrical-coordinate representation of color #ECB45D: hue angle of 36.5º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECB45D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23618093-
CMYK00.240.610.07
HSL36.5º79.01%64.51%-
HSV(B)36.5º60.59%92.55%-
XYZ52.8951.2717.46-
YUV186.8375.05163.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.37%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 93 (36.72% from 255) = 18.27%
R=46.37%
G=35.36%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361809300.240.610.0736.579.0164.51
HexECB45D0183D7254f41
Octal35426413503075745117101
Binary1110110010110100101110101100011110111110010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB45D; }

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

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

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

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

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

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

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

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