#E9864B

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

Shades of Flamenco #E9864B

Tints of Flamenco #E9864B

Color information

#E9864B (or 0xE9864B) is unknown color: approx Flamenco. HEX triplet: E9, 86 and 4B. RGB value is (233,134,75). Sum of RGB (Red+Green+Blue) = 233+134+75=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E9864B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9864B is #1679B4. Grayscale: #9D9D9D. Windows color (decimal): -1472949 or 4949737. OLE color: 4949737.

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

Color convert

RGB23313475-
CMYK00.420.680.09
HSL22.41º78.22%60.39%-
HSV(B)22.41º67.81%91.37%-
XYZ43.434.8811.1-
YUV156.8881.8182.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.71%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 75 (29.69% from 255) = 16.97%
R=52.71%
G=30.32%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331347500.420.680.0922.4178.2260.39
HexE9864B02A449164e3c
Octal351206113052104112611674
Binary11101001100001101001011010101010001001001101101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9864B; }

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

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

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

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

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

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

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

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