#EBAD5F

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

Shades of Casablanca #EBAD5F

Tints of Casablanca #EBAD5F

Color information

#EBAD5F (or 0xEBAD5F) is unknown color: approx Casablanca. HEX triplet: EB, AD and 5F. RGB value is (235,173,95). Sum of RGB (Red+Green+Blue) = 235+173+95=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAD5F is #1452A0. Grayscale: #B7B7B7. Windows color (decimal): -1331873 or 6270443. OLE color: 6270443.

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

Color convert

RGB23517395-
CMYK00.260.600.08
HSL33.43º77.78%64.71%-
HSV(B)33.43º59.57%92.16%-
XYZ51.2748.3817.46-
YUV182.6578.54165.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 95 (37.5% from 255) = 18.89%
R=46.72%
G=34.39%
B=18.89%

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
Decimal2351739500.260.600.0833.4377.7864.71
HexEBAD5F01A3C8214e41
Octal353255137032741041116101
Binary11101011101011011011111011010111100100010000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAD5F; }

 p { color: rgb(235,173,95); }

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

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

 a { background-color: rgb(235,173,95); }

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

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

 span { border-color: rgb(235,173,95); }

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