#E9864C

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

Shades of Flamenco #E9864C

Tints of Flamenco #E9864C

Color information

#E9864C (or 0xE9864C) is unknown color: approx Flamenco. HEX triplet: E9, 86 and 4C. RGB value is (233,134,76). Sum of RGB (Red+Green+Blue) = 233+134+76=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9864C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9864C is #1679B3. Grayscale: #9D9D9D. Windows color (decimal): -1472948 or 5015273. OLE color: 5015273.

HSL color Cylindrical-coordinate representation of color #E9864C: hue angle of 22.17º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9864C is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB23313476-
CMYK00.420.670.09
HSL22.17º78.11%60.59%-
HSV(B)22.17º67.38%91.37%-
XYZ43.4334.911.28-
YUV156.9982.3182.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.60%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 76 (30.08% from 255) = 17.16%
R=52.60%
G=30.25%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331347600.420.670.0922.1778.1160.59
HexE9864C02A439164e3d
Octal351206114052103112611675
Binary11101001100001101001100010101010000111001101101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9864C; }

 p { color: rgb(233,134,76); }

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

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

 a { background-color: rgb(233,134,76); }

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

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

 span { border-color: rgb(233,134,76); }

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