#EB8649

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

Shades of Flamenco #EB8649

Tints of Flamenco #EB8649

Color information

#EB8649 (or 0xEB8649) is unknown color: approx Flamenco. HEX triplet: EB, 86 and 49. RGB value is (235,134,73). Sum of RGB (Red+Green+Blue) = 235+134+73=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8649 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8649 is #1479B6. Grayscale: #9D9D9D. Windows color (decimal): -1341879 or 4818667. OLE color: 4818667.

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

Color convert

RGB23513473-
CMYK00.430.690.08
HSL22.59º80.2%60.39%-
HSV(B)22.59º68.94%92.16%-
XYZ43.9935.1910.78-
YUV157.2480.46183.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.17%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 73 (28.91% from 255) = 16.52%
R=53.17%
G=30.32%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351347300.430.690.0822.5980.260.39
HexEB864902B45817503c
Octal353206111053105102712074
Binary11101011100001101001001010101110001011000101111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8649; }

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

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

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

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

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

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

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

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