#E9C8A5

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

Shades of Negroni #E9C8A5

Tints of Negroni #E9C8A5

Color information

#E9C8A5 (or 0xE9C8A5) is unknown color: approx Negroni. HEX triplet: E9, C8 and A5. RGB value is (233,200,165). Sum of RGB (Red+Green+Blue) = 233+200+165=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C8A5 is #16375A. Grayscale: #CECECE. Windows color (decimal): -1455963 or 10864873. OLE color: 10864873.

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

Color convert

RGB233200165-
CMYK00.140.290.09
HSL30.88º60.71%78.04%-
HSV(B)30.88º29.18%91.37%-
XYZ61.0561.3544.22-
YUV205.88104.93147.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.96%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 165 (64.84% from 255) = 27.59%
R=38.96%
G=33.44%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320016500.140.290.0930.8860.7178.04
HexE9C8A50E1D91f3d4e
Octal35131024501635113775116
Binary11101001110010001010010101110111011001111111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C8A5; }

 p { color: rgb(233,200,165); }

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

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

 a { background-color: rgb(233,200,165); }

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

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

 span { border-color: rgb(233,200,165); }

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