Html Css Color HEX #EABD9D Negroni

📋 copy color: '#EABD9D'

red 234 ◦ green 189 ◦ blue 157

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

Shades of Negroni #EABD9D

Tints of Negroni #EABD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.07%

R = 40.34%
G = 32.59%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EABD9D (or 0xEABD9D) is known color: Negroni. HEX triplet: EA, BD and 9D. RGB value is (234,189,157). Sum of RGB (Red+Green+Blue) = 234+189+157=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD9D is #154262. Grayscale: #C6C6C6. Windows color (decimal): -1393251 or 10337770. OLE color: 10337770.

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

Color convert

RGB 234 189 157 -
CMYK 0 0.19 0.33 0.08
HSL 24.94º 0.65% 0.77% -
HSV(B) 24.94º 0.33% 0.92% -
XYZ 58.22 56.32 39.7 -
YUV 198.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 234 189 157 0 0.19 0.33 0.08 24.94 0.65 0.77
Hex EA BD 9D 0 13 21 8 19 41 4D
Octal 352 275 235 0 23 41 10 31 101 115
Binary 11101010 10111101 10011101 0 10011 100001 1000 11001 1000001 1001101

Color Harmonies of #EABD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD9D

Black with #EABD9D

Text Example


Text Example

White with #EABD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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