Html Css Color HEX #EBC2A2 Negroni

📋 copy color: '#EBC2A2'

red 235 ◦ green 194 ◦ blue 162

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

Shades of Negroni #EBC2A2

Tints of Negroni #EBC2A2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.83%

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

R = 39.76%
G = 32.83%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBC2A2 (or 0xEBC2A2) is known color: Negroni. HEX triplet: EB, C2 and A2. RGB value is (235,194,162). Sum of RGB (Red+Green+Blue) = 235+194+162=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2A2 is #143D5D. Grayscale: #CACACA. Windows color (decimal): -1326430 or 10666731. OLE color: 10666731.

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

Color convert

RGB 235 194 162 -
CMYK 0 0.17 0.31 0.08
HSL 26.3º 0.65% 0.78% -
HSV(B) 26.3º 0.31% 0.92% -
XYZ 60.07 58.85 42.38 -
YUV 202.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 235 194 162 0 0.17 0.31 0.08 26.3 0.65 0.78
Hex EB C2 A2 0 11 1F 8 1A 41 4E
Octal 353 302 242 0 21 37 10 32 101 116
Binary 11101011 11000010 10100010 0 10001 11111 1000 11010 1000001 1001110

Color Harmonies of #EBC2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2A2

Black with #EBC2A2

Text Example


Text Example

White with #EBC2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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