#EBAE49

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

Shades of Casablanca #EBAE49

Tints of Casablanca #EBAE49

Color information

#EBAE49 (or 0xEBAE49) is unknown color: approx Casablanca. HEX triplet: EB, AE and 49. RGB value is (235,174,73). Sum of RGB (Red+Green+Blue) = 235+174+73=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAE49 is #1451B6. Grayscale: #B5B5B5. Windows color (decimal): -1331639 or 4828907. OLE color: 4828907.

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

Color convert

RGB23517473-
CMYK00.260.690.08
HSL37.41º80.2%60.39%-
HSV(B)37.41º68.94%92.16%-
XYZ50.648.4212.98-
YUV180.7267.21166.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 73 (28.91% from 255) = 15.15%
R=48.76%
G=36.10%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351747300.260.690.0837.4180.260.39
HexEBAE4901A45825503c
Octal353256111032105104512074
Binary11101011101011101001001011010100010110001001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE49; }

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

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

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

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

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

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

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

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