#EB8646

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

Shades of Flamenco #EB8646

Tints of Flamenco #EB8646

Color information

#EB8646 (or 0xEB8646) is unknown color: approx Flamenco. HEX triplet: EB, 86 and 46. RGB value is (235,134,70). Sum of RGB (Red+Green+Blue) = 235+134+70=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8646 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8646 is #1479B9. Grayscale: #9D9D9D. Windows color (decimal): -1341882 or 4622059. OLE color: 4622059.

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

Color convert

RGB23513470-
CMYK00.430.700.08
HSL23.27º80.49%59.8%-
HSV(B)23.27º70.21%92.16%-
XYZ43.8935.1510.27-
YUV156.978.96183.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.53%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 70 (27.73% from 255) = 15.95%
R=53.53%
G=30.52%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351347000.430.700.0823.2780.4959.8
HexEB864602B46817503c
Octal353206106053106102712074
Binary11101011100001101000110010101110001101000101111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8646; }

 p { color: rgb(235,134,70); }

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

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

 a { background-color: rgb(235,134,70); }

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

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

 span { border-color: rgb(235,134,70); }

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