#ECAA50

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

Shades of Casablanca #ECAA50

Tints of Casablanca #ECAA50

Color information

#ECAA50 (or 0xECAA50) is unknown color: approx Casablanca. HEX triplet: EC, AA and 50. RGB value is (236,170,80). Sum of RGB (Red+Green+Blue) = 236+170+80=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA50 is #1355AF. Grayscale: #B3B3B3. Windows color (decimal): -1267120 or 5286636. OLE color: 5286636.

HSL color Cylindrical-coordinate representation of color #ECAA50: hue angle of 34.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECAA50 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23617080-
CMYK00.280.660.07
HSL34.62º80.41%61.96%-
HSV(B)34.62º66.1%92.55%-
XYZ50.4147.1614.04-
YUV179.4771.87168.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 80 (31.64% from 255) = 16.46%
R=48.56%
G=34.98%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361708000.280.660.0734.6280.4161.96
HexECAA5001C42723503e
Octal35425212003410274312076
Binary1110110010101010101000001110010000101111000111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA50; }

 p { color: rgb(236,170,80); }

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

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

 a { background-color: rgb(236,170,80); }

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

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

 span { border-color: rgb(236,170,80); }

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