#ECB55D

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

Shades of Casablanca #ECB55D

Tints of Casablanca #ECB55D

Color information

#ECB55D (or 0xECB55D) is unknown color: approx Casablanca. HEX triplet: EC, B5 and 5D. RGB value is (236,181,93). Sum of RGB (Red+Green+Blue) = 236+181+93=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB55D is #134AA2. Grayscale: #BBBBBB. Windows color (decimal): -1264291 or 6141420. OLE color: 6141420.

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

Color convert

RGB23618193-
CMYK00.230.610.07
HSL36.92º79.01%64.51%-
HSV(B)36.92º60.59%92.55%-
XYZ53.0951.6717.53-
YUV187.4174.72162.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 93 (36.72% from 255) = 18.24%
R=46.27%
G=35.49%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361819300.230.610.0736.9279.0164.51
HexECB55D0173D7254f41
Octal35426513502775745117101
Binary1110110010110101101110101011111110111110010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB55D; }

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

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

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

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

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

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

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

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