#EB8C49

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

Shades of Flamenco #EB8C49

Tints of Flamenco #EB8C49

Color information

#EB8C49 (or 0xEB8C49) is unknown color: approx Flamenco. HEX triplet: EB, 8C and 49. RGB value is (235,140,73). Sum of RGB (Red+Green+Blue) = 235+140+73=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C49 is #1473B6. Grayscale: #A1A1A1. Windows color (decimal): -1340343 or 4820203. OLE color: 4820203.

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

Color convert

RGB23514073-
CMYK00.400.690.08
HSL24.81º80.2%60.39%-
HSV(B)24.81º68.94%92.16%-
XYZ44.8436.911.06-
YUV160.7778.47180.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 140 (55.08% from 255) = 31.25%
BLUE value IS 73 (28.91% from 255) = 16.29%
R=52.46%
G=31.25%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351407300.400.690.0824.8180.260.39
HexEB8C4902845819503c
Octal353214111050105103112074
Binary11101011100011001001001010100010001011000110011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8C49; }

 p { color: rgb(235,140,73); }

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

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

 a { background-color: rgb(235,140,73); }

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

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

 span { border-color: rgb(235,140,73); }

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