#EBA95A

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

Shades of Casablanca #EBA95A

Tints of Casablanca #EBA95A

Color information

#EBA95A (or 0xEBA95A) is unknown color: approx Casablanca. HEX triplet: EB, A9 and 5A. RGB value is (235,169,90). Sum of RGB (Red+Green+Blue) = 235+169+90=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA95A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA95A is #1456A5. Grayscale: #B4B4B4. Windows color (decimal): -1332902 or 5941739. OLE color: 5941739.

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

Color convert

RGB23516990-
CMYK00.280.620.08
HSL32.69º78.38%63.73%-
HSV(B)32.69º61.7%92.16%-
XYZ50.2946.7816.05-
YUV179.7377.37167.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.57%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 90 (35.55% from 255) = 18.22%
R=47.57%
G=34.21%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351699000.280.620.0832.6978.3863.73
HexEBA95A01C3E8214e40
Octal353251132034761041116100
Binary11101011101010011011010011100111110100010000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA95A; }

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

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

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

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

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

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

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

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