#EBA64C

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

Shades of Casablanca #EBA64C

Tints of Casablanca #EBA64C

Color information

#EBA64C (or 0xEBA64C) is unknown color: approx Casablanca. HEX triplet: EB, A6 and 4C. RGB value is (235,166,76). Sum of RGB (Red+Green+Blue) = 235+166+76=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA64C is #1459B3. Grayscale: #B0B0B0. Windows color (decimal): -1333684 or 5023467. OLE color: 5023467.

HSL color Cylindrical-coordinate representation of color #EBA64C: hue angle of 33.96º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBA64C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB23516676-
CMYK00.290.680.08
HSL33.96º79.9%60.98%-
HSV(B)33.96º67.66%92.16%-
XYZ49.245.4613.02-
YUV176.3771.36169.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 76 (30.08% from 255) = 15.93%
R=49.27%
G=34.80%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351667600.290.680.0833.9679.960.98
HexEBA64C01D44822503d
Octal353246114035104104212075
Binary11101011101001101001100011101100010010001000101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA64C; }

 p { color: rgb(235,166,76); }

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

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

 a { background-color: rgb(235,166,76); }

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

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

 span { border-color: rgb(235,166,76); }

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