#ECA950

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

Shades of Casablanca #ECA950

Tints of Casablanca #ECA950

Color information

#ECA950 (or 0xECA950) is unknown color: approx Casablanca. HEX triplet: EC, A9 and 50. RGB value is (236,169,80). Sum of RGB (Red+Green+Blue) = 236+169+80=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA950 is #1356AF. Grayscale: #B3B3B3. Windows color (decimal): -1267376 or 5286380. OLE color: 5286380.

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

Color convert

RGB23616980-
CMYK00.280.660.07
HSL34.23º80.41%61.96%-
HSV(B)34.23º66.1%92.55%-
XYZ50.2346.7913.97-
YUV178.8972.2168.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 80 (31.64% from 255) = 16.49%
R=48.66%
G=34.85%
B=16.49%

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
Decimal2361698000.280.660.0734.2380.4161.96
HexECA95001C42722503e
Octal35425112003410274212076
Binary1110110010101001101000001110010000101111000101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA950; }

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

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

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

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

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

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

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

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