#EB8D4F

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

Shades of Flamenco #EB8D4F

Tints of Flamenco #EB8D4F

Color information

#EB8D4F (or 0xEB8D4F) is unknown color: approx Flamenco. HEX triplet: EB, 8D and 4F. RGB value is (235,141,79). Sum of RGB (Red+Green+Blue) = 235+141+79=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D4F is #1472B0. Grayscale: #A2A2A2. Windows color (decimal): -1340081 or 5213675. OLE color: 5213675.

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

Color convert

RGB23514179-
CMYK00.40.660.08
HSL23.85º79.59%61.57%-
HSV(B)23.85º66.38%92.16%-
XYZ45.237.2812.21-
YUV162.0481.14180.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.65%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 79 (31.25% from 255) = 17.36%
R=51.65%
G=30.99%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351417900.40.660.0823.8579.5961.57
HexEB8D4F02842818503e
Octal353215117050102103012076
Binary11101011100011011001111010100010000101000110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D4F; }

 p { color: rgb(235,141,79); }

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

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

 a { background-color: rgb(235,141,79); }

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

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

 span { border-color: rgb(235,141,79); }

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