Html Css Color HEX #EAC8A5 Negroni

📋 copy color: '#EAC8A5'

red 234 ◦ green 200 ◦ blue 165

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

Shades of Negroni #EAC8A5

Tints of Negroni #EAC8A5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.39%

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

R = 39.07%
G = 33.39%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EAC8A5 (or 0xEAC8A5) is known color: Negroni. HEX triplet: EA, C8 and A5. RGB value is (234,200,165). Sum of RGB (Red+Green+Blue) = 234+200+165=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC8A5 is #15375A. Grayscale: #CECECE. Windows color (decimal): -1390427 or 10864874. OLE color: 10864874.

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

Color convert

RGB 234 200 165 -
CMYK 0 0.15 0.29 0.08
HSL 30.43º 0.62% 0.78% -
HSV(B) 30.43º 0.29% 0.92% -
XYZ 61.38 61.52 44.24 -
YUV 206.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 234 200 165 0 0.15 0.29 0.08 30.43 0.62 0.78
Hex EA C8 A5 0 F 1D 8 1E 3E 4E
Octal 352 310 245 0 17 35 10 36 76 116
Binary 11101010 11001000 10100101 0 1111 11101 1000 11110 111110 1001110

Color Harmonies of #EAC8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC8A5

Black with #EAC8A5

Text Example


Text Example

White with #EAC8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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