#ECA64D

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

Shades of Casablanca #ECA64D

Tints of Casablanca #ECA64D

Color information

#ECA64D (or 0xECA64D) is unknown color: approx Casablanca. HEX triplet: EC, A6 and 4D. RGB value is (236,166,77). Sum of RGB (Red+Green+Blue) = 236+166+77=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA64D is #1359B2. Grayscale: #B1B1B1. Windows color (decimal): -1268147 or 5089004. OLE color: 5089004.

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

Color convert

RGB23616677-
CMYK00.300.670.07
HSL33.58º80.71%61.37%-
HSV(B)33.58º67.37%92.55%-
XYZ49.5745.6413.22-
YUV176.7871.69170.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 77 (30.47% from 255) = 16.08%
R=49.27%
G=34.66%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361667700.300.670.0733.5880.7161.37
HexECA64D01E43722513d
Octal35424611503610374212175
Binary1110110010100110100110101111010000111111000101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA64D; }

 p { color: rgb(236,166,77); }

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

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

 a { background-color: rgb(236,166,77); }

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

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

 span { border-color: rgb(236,166,77); }

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