Html Css Color HEX #EABDA2 Negroni

📋 copy color: '#EABDA2'

red 234 ◦ green 189 ◦ blue 162

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

Shades of Negroni #EABDA2

Tints of Negroni #EABDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.69%

R = 40%
G = 32.31%
B = 27.69%

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

#EABDA2 (or 0xEABDA2) is known color: Negroni. HEX triplet: EA, BD and A2. RGB value is (234,189,162). Sum of RGB (Red+Green+Blue) = 234+189+162=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDA2 is #15425D. Grayscale: #C7C7C7. Windows color (decimal): -1393246 or 10665450. OLE color: 10665450.

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

Color convert

RGB 234 189 162 -
CMYK 0 0.19 0.31 0.08
HSL 22.5º 0.63% 0.78% -
HSV(B) 22.5º 0.31% 0.92% -
XYZ 58.65 56.5 42 -
YUV 199.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 234 189 162 0 0.19 0.31 0.08 22.5 0.63 0.78
Hex EA BD A2 0 13 1F 8 16 3F 4E
Octal 352 275 242 0 23 37 10 26 77 116
Binary 11101010 10111101 10100010 0 10011 11111 1000 10110 111111 1001110

Color Harmonies of #EABDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDA2

Black with #EABDA2

Text Example


Text Example

White with #EABDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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