#EBA849

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

Shades of Casablanca #EBA849

Tints of Casablanca #EBA849

Color information

#EBA849 (or 0xEBA849) is unknown color: approx Casablanca. HEX triplet: EB, A8 and 49. RGB value is (235,168,73). Sum of RGB (Red+Green+Blue) = 235+168+73=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA849 is #1457B6. Grayscale: #B1B1B1. Windows color (decimal): -1333175 or 4827371. OLE color: 4827371.

HSL color Cylindrical-coordinate representation of color #EBA849: hue angle of 35.19º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBA849 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23516873-
CMYK00.290.690.08
HSL35.19º80.2%60.39%-
HSV(B)35.19º68.94%92.16%-
XYZ49.4746.1512.6-
YUV177.269.2169.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 73 (28.91% from 255) = 15.34%
R=49.37%
G=35.29%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351687300.290.690.0835.1980.260.39
HexEBA84901D45823503c
Octal353250111035105104312074
Binary11101011101010001001001011101100010110001000111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA849; }

 p { color: rgb(235,168,73); }

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

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

 a { background-color: rgb(235,168,73); }

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

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

 span { border-color: rgb(235,168,73); }

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