#E98C42

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

Shades of Flamenco #E98C42

Tints of Flamenco #E98C42

Color information

#E98C42 (or 0xE98C42) is unknown color: approx Flamenco. HEX triplet: E9, 8C and 42. RGB value is (233,140,66). Sum of RGB (Red+Green+Blue) = 233+140+66=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98C42 is #1673BD. Grayscale: #9F9F9F. Windows color (decimal): -1471422 or 4361449. OLE color: 4361449.

HSL color Cylindrical-coordinate representation of color #E98C42: hue angle of 26.59º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E98C42 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23314066-
CMYK00.400.720.09
HSL26.59º79.15%58.63%-
HSV(B)26.59º71.67%91.37%-
XYZ43.9736.479.88-
YUV159.3775.31180.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.08%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 66 (26.17% from 255) = 15.03%
R=53.08%
G=31.89%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331406600.400.720.0926.5979.1558.63
HexE98C420284891b4f3b
Octal351214102050110113311773
Binary11101001100011001000010010100010010001001110111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98C42; }

 p { color: rgb(233,140,66); }

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

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

 a { background-color: rgb(233,140,66); }

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

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

 span { border-color: rgb(233,140,66); }

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