#ECB251

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

Shades of Casablanca #ECB251

Tints of Casablanca #ECB251

Color information

#ECB251 (or 0xECB251) is unknown color: approx Casablanca. HEX triplet: EC, B2 and 51. RGB value is (236,178,81). Sum of RGB (Red+Green+Blue) = 236+178+81=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB251 is #134DAE. Grayscale: #B8B8B8. Windows color (decimal): -1265071 or 5354220. OLE color: 5354220.

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

Color convert

RGB23617881-
CMYK00.250.660.07
HSL37.55º80.31%62.16%-
HSV(B)37.55º65.68%92.55%-
XYZ5250.2714.75-
YUV184.2869.72164.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.68%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 81 (32.03% from 255) = 16.36%
R=47.68%
G=35.96%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361788100.250.660.0737.5580.3162.16
HexECB25101942726503e
Octal35426212103110274612076
Binary1110110010110010101000101100110000101111001101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB251; }

 p { color: rgb(236,178,81); }

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

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

 a { background-color: rgb(236,178,81); }

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

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

 span { border-color: rgb(236,178,81); }

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