#EBAE54

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

Shades of Casablanca #EBAE54

Tints of Casablanca #EBAE54

Color information

#EBAE54 (or 0xEBAE54) is unknown color: approx Casablanca. HEX triplet: EB, AE and 54. RGB value is (235,174,84). Sum of RGB (Red+Green+Blue) = 235+174+84=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAE54 is #1451AB. Grayscale: #B6B6B6. Windows color (decimal): -1331628 or 5549803. OLE color: 5549803.

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

Color convert

RGB23517484-
CMYK00.260.640.08
HSL35.76º79.06%62.55%-
HSV(B)35.76º64.26%92.16%-
XYZ5148.5715.08-
YUV181.9872.71165.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 84 (33.20% from 255) = 17.04%
R=47.67%
G=35.29%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351748400.260.640.0835.7679.0662.55
HexEBAE5401A408244f3f
Octal353256124032100104411777
Binary11101011101011101010100011010100000010001001001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE54; }

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

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

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

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

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

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

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

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