Html Css Color HEX #EAC09F Negroni

📋 copy color: '#EAC09F'

red 234 ◦ green 192 ◦ blue 159

#EAC09F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Negroni #EAC09F

Tints of Negroni #EAC09F

RGB

 RED value IS 234 (91.8% from 255) = 40%

 GREEN value IS 192 (75.39% from 255) = 32.82%

 BLUE value IS 159 (62.5% from 255) = 27.18%

R = 40%
G = 32.82%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAC09F (or 0xEAC09F) is known color: Negroni. HEX triplet: EA, C0 and 9F. RGB value is (234,192,159). Sum of RGB (Red+Green+Blue) = 234+192+159=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC09F is #153F60. Grayscale: #C8C8C8. Windows color (decimal): -1392481 or 10469610. OLE color: 10469610.

HSL color Cylindrical-coordinate representation of color #EAC09F: hue angle of 26.4º 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 #EAC09F is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 192 159 -
CMYK 0 0.18 0.32 0.08
HSL 26.4º 0.64% 0.77% -
HSV(B) 26.4º 0.32% 0.92% -
XYZ 59.04 57.69 40.83 -
YUV 200.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 234 192 159 0 0.18 0.32 0.08 26.4 0.64 0.77
Hex EA C0 9F 0 12 20 8 1A 40 4D
Octal 352 300 237 0 22 40 10 32 100 115
Binary 11101010 11000000 10011111 0 10010 100000 1000 11010 1000000 1001101

Color Harmonies of #EAC09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC09F

Black with #EAC09F

Text Example


Text Example

White with #EAC09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC09F; }

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

 H1.HeaderClassName
 {
   color: #EAC09F;
 }
 .AnyTagClassName
 {
   color: #EAC09F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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