Html Css Color HEX #EABDA1 Negroni

📋 copy color: '#EABDA1'

red 234 ◦ green 189 ◦ blue 161

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

Shades of Negroni #EABDA1

Tints of Negroni #EABDA1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.36%

 BLUE value IS 161 (63.28% from 255) = 27.57%

R = 40.07%
G = 32.36%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EABDA1 (or 0xEABDA1) is known color: Negroni. HEX triplet: EA, BD and A1. RGB value is (234,189,161). Sum of RGB (Red+Green+Blue) = 234+189+161=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDA1 is #15425E. Grayscale: #C7C7C7. Windows color (decimal): -1393247 or 10599914. OLE color: 10599914.

HSL color Cylindrical-coordinate representation of color #EABDA1: hue angle of 23.01º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EABDA1 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 161 -
CMYK 0 0.19 0.31 0.08
HSL 23.01º 0.63% 0.77% -
HSV(B) 23.01º 0.31% 0.92% -
XYZ 58.56 56.46 41.53 -
YUV 199.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 234 189 161 0 0.19 0.31 0.08 23.01 0.63 0.77
Hex EA BD A1 0 13 1F 8 17 3F 4D
Octal 352 275 241 0 23 37 10 27 77 115
Binary 11101010 10111101 10100001 0 10011 11111 1000 10111 111111 1001101

Color Harmonies of #EABDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDA1

Black with #EABDA1

Text Example


Text Example

White with #EABDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDA1; }

 p { color: rgb(234,189,161); }

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

background-color css

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

 a { background-color: rgb(234,189,161); }

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

border-color css

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

 span { border-color: rgb(234,189,161); }

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