Html Css Color HEX #EAC5A5 Negroni

📋 copy color: '#EAC5A5'

red 234 ◦ green 197 ◦ blue 165

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

Shades of Negroni #EAC5A5

Tints of Negroni #EAC5A5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.05%

 BLUE value IS 165 (64.84% from 255) = 27.68%

R = 39.26%
G = 33.05%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EAC5A5 (or 0xEAC5A5) is known color: Negroni. HEX triplet: EA, C5 and A5. RGB value is (234,197,165). Sum of RGB (Red+Green+Blue) = 234+197+165=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC5A5 is #153A5A. Grayscale: #CCCCCC. Windows color (decimal): -1391195 or 10864106. OLE color: 10864106.

HSL color Cylindrical-coordinate representation of color #EAC5A5: hue angle of 27.83º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAC5A5 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 165 -
CMYK 0 0.16 0.29 0.08
HSL 27.83º 0.62% 0.78% -
HSV(B) 27.83º 0.29% 0.92% -
XYZ 60.69 60.14 44.01 -
YUV 204.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 234 197 165 0 0.16 0.29 0.08 27.83 0.62 0.78
Hex EA C5 A5 0 10 1D 8 1C 3E 4E
Octal 352 305 245 0 20 35 10 34 76 116
Binary 11101010 11000101 10100101 0 10000 11101 1000 11100 111110 1001110

Color Harmonies of #EAC5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC5A5

Black with #EAC5A5

Text Example


Text Example

White with #EAC5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC5A5; }

 p { color: rgb(234,197,165); }

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

background-color css

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

 a { background-color: rgb(234,197,165); }

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

border-color css

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

 span { border-color: rgb(234,197,165); }

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