#EBAC5E

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

Shades of Casablanca #EBAC5E

Tints of Casablanca #EBAC5E

Color information

#EBAC5E (or 0xEBAC5E) is unknown color: approx Casablanca. HEX triplet: EB, AC and 5E. RGB value is (235,172,94). Sum of RGB (Red+Green+Blue) = 235+172+94=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAC5E is #1453A1. Grayscale: #B6B6B6. Windows color (decimal): -1332130 or 6204651. OLE color: 6204651.

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

Color convert

RGB23517294-
CMYK00.270.60.08
HSL33.19º77.9%64.51%-
HSV(B)33.19º60%92.16%-
XYZ51.0347.9817.16-
YUV181.9478.37165.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 94 (37.11% from 255) = 18.76%
R=46.91%
G=34.33%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351729400.270.60.0833.1977.964.51
HexEBAC5E01B3C8214e41
Octal353254136033741041116101
Binary11101011101011001011110011011111100100010000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC5E; }

 p { color: rgb(235,172,94); }

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

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

 a { background-color: rgb(235,172,94); }

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

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

 span { border-color: rgb(235,172,94); }

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