#EB863E

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

Shades of Flamenco #EB863E

Tints of Flamenco #EB863E

Color information

#EB863E (or 0xEB863E) is unknown color: approx Flamenco. HEX triplet: EB, 86 and 3E. RGB value is (235,134,62). Sum of RGB (Red+Green+Blue) = 235+134+62=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB863E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB863E is #1479C1. Grayscale: #9C9C9C. Windows color (decimal): -1341890 or 4097771. OLE color: 4097771.

HSL color Cylindrical-coordinate representation of color #EB863E: hue angle of 24.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB863E is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23513462-
CMYK00.430.740.08
HSL24.97º81.22%58.24%-
HSV(B)24.97º73.62%92.16%-
XYZ43.6635.069.02-
YUV155.9974.96184.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.52%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 62 (24.61% from 255) = 14.39%
R=54.52%
G=31.09%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351346200.430.740.0824.9781.2258.24
HexEB863E02B4A819513a
Octal35320676053112103112172
Binary1110101110000110111110010101110010101000110011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB863E; }

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

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

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

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

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

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

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

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