#e1874b

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

Shades of Flamenco #E1874B

Tints of Flamenco #E1874B

Color information

#E1874B (or 0xE1874B) is unknown color: approx Flamenco. HEX triplet: E1, 87 and 4B. RGB value is (225,135,75). Sum of RGB (Red+Green+Blue) = 225+135+75=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1874B is #1E78B4. Grayscale: #9B9B9B. Windows color (decimal): -1996981 or 4949985. OLE color: 4949985.

HSL color Cylindrical-coordinate representation of color #E1874B: hue angle of 24º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1874B is Cyan = 0, Magento = 0.4, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22513575-
CMYK00.40.670.12
HSL24º71.43%58.82%-
HSV(B)24º66.67%88.24%-
XYZ40.9933.8411.03-
YUV155.0782.82177.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.72%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 75 (29.69% from 255) = 17.24%
R=51.72%
G=31.03%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251357500.40.670.122471.4358.82
HexE1874B02843C18473b
Octal341207113050103143010773
Binary11100001100001111001011010100010000111100110001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1874b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1874b; }

 p { color: rgb(225,135,75); }

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

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

 a { background-color: rgb(225,135,75); }

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

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

 span { border-color: rgb(225,135,75); }

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