Html Css Color HEX #EAC4A3 Negroni

📋 copy color: '#EAC4A3'

red 234 ◦ green 196 ◦ blue 163

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

Shades of Negroni #EAC4A3

Tints of Negroni #EAC4A3

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.05%

 BLUE value IS 163 (64.06% from 255) = 27.49%

R = 39.46%
G = 33.05%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EAC4A3 (or 0xEAC4A3) is known color: Negroni. HEX triplet: EA, C4 and A3. RGB value is (234,196,163). Sum of RGB (Red+Green+Blue) = 234+196+163=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 163 (64.06% from 255 or 27.49% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4A3 is #153B5C. Grayscale: #CBCBCB. Windows color (decimal): -1391453 or 10732778. OLE color: 10732778.

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

Color convert

RGB 234 196 163 -
CMYK 0 0.16 0.30 0.08
HSL 27.89º 0.63% 0.78% -
HSV(B) 27.89º 0.3% 0.92% -
XYZ 60.28 59.62 42.98 -
YUV 203.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 234 196 163 0 0.16 0.30 0.08 27.89 0.63 0.78
Hex EA C4 A3 0 10 1E 8 1C 3F 4E
Octal 352 304 243 0 20 36 10 34 77 116
Binary 11101010 11000100 10100011 0 10000 11110 1000 11100 111111 1001110

Color Harmonies of #EAC4A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4A3

Black with #EAC4A3

Text Example


Text Example

White with #EAC4A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4A3; }

 p { color: rgb(234,196,163); }

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

background-color css

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

 a { background-color: rgb(234,196,163); }

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

border-color css

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

 span { border-color: rgb(234,196,163); }

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