#EBAE5D

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

Shades of Casablanca #EBAE5D

Tints of Casablanca #EBAE5D

Color information

#EBAE5D (or 0xEBAE5D) is unknown color: approx Casablanca. HEX triplet: EB, AE and 5D. RGB value is (235,174,93). Sum of RGB (Red+Green+Blue) = 235+174+93=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAE5D is #1451A2. Grayscale: #B7B7B7. Windows color (decimal): -1331619 or 6139627. OLE color: 6139627.

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

Color convert

RGB23517493-
CMYK00.260.600.08
HSL34.23º78.02%64.31%-
HSV(B)34.23º60.43%92.16%-
XYZ51.3748.7217.05-
YUV18377.21165.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.81%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 93 (36.72% from 255) = 18.53%
R=46.81%
G=34.66%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351749300.260.600.0834.2378.0264.31
HexEBAE5D01A3C8224e40
Octal353256135032741042116100
Binary11101011101011101011101011010111100100010001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE5D; }

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

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

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

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

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

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

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

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