#EBA949

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

Shades of Casablanca #EBA949

Tints of Casablanca #EBA949

Color information

#EBA949 (or 0xEBA949) is unknown color: approx Casablanca. HEX triplet: EB, A9 and 49. RGB value is (235,169,73). Sum of RGB (Red+Green+Blue) = 235+169+73=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA949 is #1456B6. Grayscale: #B2B2B2. Windows color (decimal): -1332919 or 4827627. OLE color: 4827627.

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

Color convert

RGB23516973-
CMYK00.280.690.08
HSL35.56º80.2%60.39%-
HSV(B)35.56º68.94%92.16%-
XYZ49.6546.5212.67-
YUV177.7968.87168.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 73 (28.91% from 255) = 15.30%
R=49.27%
G=35.43%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351697300.280.690.0835.5680.260.39
HexEBA94901C45824503c
Octal353251111034105104412074
Binary11101011101010011001001011100100010110001001001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA949; }

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

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

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

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

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

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

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

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