#ECB35D

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

Shades of Casablanca #ECB35D

Tints of Casablanca #ECB35D

Color information

#ECB35D (or 0xECB35D) is unknown color: approx Casablanca. HEX triplet: EC, B3 and 5D. RGB value is (236,179,93). Sum of RGB (Red+Green+Blue) = 236+179+93=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB35D is #134CA2. Grayscale: #BABABA. Windows color (decimal): -1264803 or 6140908. OLE color: 6140908.

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

Color convert

RGB23617993-
CMYK00.240.610.07
HSL36.08º79.01%64.51%-
HSV(B)36.08º60.59%92.55%-
XYZ52.6950.8617.4-
YUV186.2475.38163.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.46%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 93 (36.72% from 255) = 18.31%
R=46.46%
G=35.24%
B=18.31%

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
Decimal2361799300.240.610.0736.0879.0164.51
HexECB35D0183D7244f41
Octal35426313503075744117101
Binary1110110010110011101110101100011110111110010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB35D; }

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

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

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

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

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

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

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

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