#EBB050

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

Shades of Casablanca #EBB050

Tints of Casablanca #EBB050

Color information

#EBB050 (or 0xEBB050) is unknown color: approx Casablanca. HEX triplet: EB, B0 and 50. RGB value is (235,176,80). Sum of RGB (Red+Green+Blue) = 235+176+80=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB050 is #144FAF. Grayscale: #B7B7B7. Windows color (decimal): -1331120 or 5288171. OLE color: 5288171.

HSL color Cylindrical-coordinate representation of color #EBB050: hue angle of 37.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBB050 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB23517680-
CMYK00.250.660.08
HSL37.16º79.49%61.76%-
HSV(B)37.16º65.96%92.16%-
XYZ51.2349.2914.4-
YUV182.770.05165.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 80 (31.64% from 255) = 16.29%
R=47.86%
G=35.85%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351768000.250.660.0837.1679.4961.76
HexEBB050019428254f3e
Octal353260120031102104511776
Binary11101011101100001010000011001100001010001001011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB050; }

 p { color: rgb(235,176,80); }

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

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

 a { background-color: rgb(235,176,80); }

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

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

 span { border-color: rgb(235,176,80); }

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