#EB8641

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

Shades of Flamenco #EB8641

Tints of Flamenco #EB8641

Color information

#EB8641 (or 0xEB8641) is unknown color: approx Flamenco. HEX triplet: EB, 86 and 41. RGB value is (235,134,65). Sum of RGB (Red+Green+Blue) = 235+134+65=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8641 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8641 is #1479BE. Grayscale: #9C9C9C. Windows color (decimal): -1341887 or 4294379. OLE color: 4294379.

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

Color convert

RGB23513465-
CMYK00.430.720.08
HSL24.35º80.95%58.82%-
HSV(B)24.35º72.34%92.16%-
XYZ43.7435.099.47-
YUV156.3376.46184.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.15%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 65 (25.78% from 255) = 14.98%
R=54.15%
G=30.88%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351346500.430.720.0824.3580.9558.82
HexEB864102B48818513b
Octal353206101053110103012173
Binary11101011100001101000001010101110010001000110001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8641; }

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

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

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

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

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

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

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

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