#ECB15E

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

Shades of Casablanca #ECB15E

Tints of Casablanca #ECB15E

Color information

#ECB15E (or 0xECB15E) is unknown color: approx Casablanca. HEX triplet: EC, B1 and 5E. RGB value is (236,177,94). Sum of RGB (Red+Green+Blue) = 236+177+94=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB15E is #134EA1. Grayscale: #B9B9B9. Windows color (decimal): -1265314 or 6205932. OLE color: 6205932.

HSL color Cylindrical-coordinate representation of color #ECB15E: hue angle of 35.07º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECB15E is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23617794-
CMYK00.250.600.07
HSL35.07º78.89%64.71%-
HSV(B)35.07º60.17%92.55%-
XYZ52.3350.0917.5-
YUV185.1876.55164.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 94 (37.11% from 255) = 18.54%
R=46.55%
G=34.91%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361779400.250.600.0735.0778.8964.71
HexECB15E0193C7234f41
Octal35426113603174743117101
Binary1110110010110001101111001100111110011110001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB15E; }

 p { color: rgb(236,177,94); }

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

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

 a { background-color: rgb(236,177,94); }

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

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

 span { border-color: rgb(236,177,94); }

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