Html Css Color HEX #EBBEA2 Negroni

📋 copy color: '#EBBEA2'

red 235 ◦ green 190 ◦ blue 162

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

Shades of Negroni #EBBEA2

Tints of Negroni #EBBEA2

RGB

 RED value IS 235 (92.19% from 255) = 40.03%

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

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

R = 40.03%
G = 32.37%
B = 27.6%

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

#EBBEA2 (or 0xEBBEA2) is known color: Negroni. HEX triplet: EB, BE and A2. RGB value is (235,190,162). Sum of RGB (Red+Green+Blue) = 235+190+162=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBEA2 is #14415D. Grayscale: #C8C8C8. Windows color (decimal): -1327454 or 10665707. OLE color: 10665707.

HSL color Cylindrical-coordinate representation of color #EBBEA2: hue angle of 23.01º degrees, saturation: 0.65, 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 #EBBEA2 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 190 162 -
CMYK 0 0.19 0.31 0.08
HSL 23.01º 0.65% 0.78% -
HSV(B) 23.01º 0.31% 0.92% -
XYZ 59.2 57.1 42.08 -
YUV 200.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 235 190 162 0 0.19 0.31 0.08 23.01 0.65 0.78
Hex EB BE A2 0 13 1F 8 17 41 4E
Octal 353 276 242 0 23 37 10 27 101 116
Binary 11101011 10111110 10100010 0 10011 11111 1000 10111 1000001 1001110

Color Harmonies of #EBBEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBEA2

Black with #EBBEA2

Text Example


Text Example

White with #EBBEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBEA2; }

 p { color: rgb(235,190,162); }

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

background-color css

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

 a { background-color: rgb(235,190,162); }

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

border-color css

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

 span { border-color: rgb(235,190,162); }

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