#E98A4A

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

Shades of Flamenco #E98A4A

Tints of Flamenco #E98A4A

Color information

#E98A4A (or 0xE98A4A) is unknown color: approx Flamenco. HEX triplet: E9, 8A and 4A. RGB value is (233,138,74). Sum of RGB (Red+Green+Blue) = 233+138+74=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98A4A is #1675B5. Grayscale: #9F9F9F. Windows color (decimal): -1471926 or 4885225. OLE color: 4885225.

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

Color convert

RGB23313874-
CMYK00.410.680.09
HSL24.15º78.33%60.2%-
HSV(B)24.15º68.24%91.37%-
XYZ43.933611.11-
YUV159.1179.97180.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.36%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 74 (29.30% from 255) = 16.63%
R=52.36%
G=31.01%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331387400.410.680.0924.1578.3360.2
HexE98A4A029449184e3c
Octal351212112051104113011674
Binary11101001100010101001010010100110001001001110001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98A4A; }

 p { color: rgb(233,138,74); }

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

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

 a { background-color: rgb(233,138,74); }

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

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

 span { border-color: rgb(233,138,74); }

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