Html Css Color HEX #EABE9C Negroni

📋 copy color: '#EABE9C'

red 234 ◦ green 190 ◦ blue 156

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

Shades of Negroni #EABE9C

Tints of Negroni #EABE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.76%

 BLUE value IS 156 (61.33% from 255) = 26.9%

R = 40.34%
G = 32.76%
B = 26.9%

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

#EABE9C (or 0xEABE9C) is known color: Negroni. HEX triplet: EA, BE and 9C. RGB value is (234,190,156). Sum of RGB (Red+Green+Blue) = 234+190+156=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABE9C is #154163. Grayscale: #C7C7C7. Windows color (decimal): -1392996 or 10272490. OLE color: 10272490.

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

Color convert

RGB 234 190 156 -
CMYK 0 0.19 0.33 0.08
HSL 26.15º 0.65% 0.76% -
HSV(B) 26.15º 0.33% 0.92% -
XYZ 58.35 56.72 39.33 -
YUV 199.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 234 190 156 0 0.19 0.33 0.08 26.15 0.65 0.76
Hex EA BE 9C 0 13 21 8 1A 41 4C
Octal 352 276 234 0 23 41 10 32 101 114
Binary 11101010 10111110 10011100 0 10011 100001 1000 11010 1000001 1001100

Color Harmonies of #EABE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABE9C

Black with #EABE9C

Text Example


Text Example

White with #EABE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABE9C; }

 p { color: rgb(234,190,156); }

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

background-color css

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

 a { background-color: rgb(234,190,156); }

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

border-color css

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

 span { border-color: rgb(234,190,156); }

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