Html Css Color HEX #EAC6A5 Negroni

📋 copy color: '#EAC6A5'

red 234 ◦ green 198 ◦ blue 165

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

Shades of Negroni #EAC6A5

Tints of Negroni #EAC6A5

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.17%

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

R = 39.2%
G = 33.17%
B = 27.64%

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

#EAC6A5 (or 0xEAC6A5) is known color: Negroni. HEX triplet: EA, C6 and A5. RGB value is (234,198,165). Sum of RGB (Red+Green+Blue) = 234+198+165=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC6A5 is #15395A. Grayscale: #CDCDCD. Windows color (decimal): -1390939 or 10864362. OLE color: 10864362.

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

Color convert

RGB 234 198 165 -
CMYK 0 0.15 0.29 0.08
HSL 28.7º 0.62% 0.78% -
HSV(B) 28.7º 0.29% 0.92% -
XYZ 60.92 60.6 44.08 -
YUV 205 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 234 198 165 0 0.15 0.29 0.08 28.7 0.62 0.78
Hex EA C6 A5 0 F 1D 8 1D 3E 4E
Octal 352 306 245 0 17 35 10 35 76 116
Binary 11101010 11000110 10100101 0 1111 11101 1000 11101 111110 1001110

Color Harmonies of #EAC6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC6A5

Black with #EAC6A5

Text Example


Text Example

White with #EAC6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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