#EAC09E

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

Shades of Negroni #EAC09E

Tints of Negroni #EAC09E

Color information

#EAC09E (or 0xEAC09E) is unknown color: approx Negroni. HEX triplet: EA, C0 and 9E. RGB value is (234,192,158). Sum of RGB (Red+Green+Blue) = 234+192+158=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC09E is #153F61. Grayscale: #C8C8C8. Windows color (decimal): -1392482 or 10404074. OLE color: 10404074.

HSL color Cylindrical-coordinate representation of color #EAC09E: hue angle of 26.84º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAC09E is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234192158-
CMYK00.180.320.08
HSL26.84º64.41%76.86%-
HSV(B)26.84º32.48%91.76%-
XYZ58.9557.6640.37-
YUV200.68103.91151.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 158 (62.11% from 255) = 27.05%
R=40.07%
G=32.88%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419215800.180.320.0826.8464.4176.86
HexEAC09E0122081b404d
Octal352300236022401033100115
Binary11101010110000001001111001001010000010001101110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC09E; }

 p { color: rgb(234,192,158); }

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

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

 a { background-color: rgb(234,192,158); }

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

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

 span { border-color: rgb(234,192,158); }

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