#E9824C

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

Shades of Flamenco #E9824C

Tints of Flamenco #E9824C

Color information

#E9824C (or 0xE9824C) is unknown color: approx Flamenco. HEX triplet: E9, 82 and 4C. RGB value is (233,130,76). Sum of RGB (Red+Green+Blue) = 233+130+76=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9824C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9824C is #167DB3. Grayscale: #9A9A9A. Windows color (decimal): -1473972 or 5014249. OLE color: 5014249.

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

Color convert

RGB23313076-
CMYK00.440.670.09
HSL20.64º78.11%60.59%-
HSV(B)20.64º67.38%91.37%-
XYZ42.8933.8111.1-
YUV154.6483.62183.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.08%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 76 (30.08% from 255) = 17.31%
R=53.08%
G=29.61%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331307600.440.670.0920.6478.1160.59
HexE9824C02C439154e3d
Octal351202114054103112511675
Binary11101001100000101001100010110010000111001101011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9824C; }

 p { color: rgb(233,130,76); }

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

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

 a { background-color: rgb(233,130,76); }

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

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

 span { border-color: rgb(233,130,76); }

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