#e8854b

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

Shades of Flamenco #E8854B

Tints of Flamenco #E8854B

Color information

#E8854B (or 0xE8854B) is unknown color: approx Flamenco. HEX triplet: E8, 85 and 4B. RGB value is (232,133,75). Sum of RGB (Red+Green+Blue) = 232+133+75=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8854B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8854B is #177AB4. Grayscale: #9C9C9C. Windows color (decimal): -1538741 or 4949480. OLE color: 4949480.

HSL color Cylindrical-coordinate representation of color #E8854B: hue angle of 22.17º degrees, saturation: 0.77, 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 #E8854B is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23213375-
CMYK00.430.680.09
HSL22.17º77.34%60.2%-
HSV(B)22.17º67.67%90.98%-
XYZ42.9434.4411.04-
YUV155.9982.3182.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.73%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 75 (29.69% from 255) = 17.05%
R=52.73%
G=30.23%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321337500.430.680.0922.1777.3460.2
HexE8854B02B449164d3c
Octal350205113053104112611574
Binary11101000100001011001011010101110001001001101101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8854b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8854b; }

 p { color: rgb(232,133,75); }

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

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

 a { background-color: rgb(232,133,75); }

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

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

 span { border-color: rgb(232,133,75); }

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