Html Css Color HEX #EBC3A2 Negroni

📋 copy color: '#EBC3A2'

red 235 ◦ green 195 ◦ blue 162

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

Shades of Negroni #EBC3A2

Tints of Negroni #EBC3A2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.94%

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

R = 39.7%
G = 32.94%
B = 27.36%

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

#EBC3A2 (or 0xEBC3A2) is known color: Negroni. HEX triplet: EB, C3 and A2. RGB value is (235,195,162). Sum of RGB (Red+Green+Blue) = 235+195+162=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3A2 is #143C5D. Grayscale: #CBCBCB. Windows color (decimal): -1326174 or 10666987. OLE color: 10666987.

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

Color convert

RGB 235 195 162 -
CMYK 0 0.17 0.31 0.08
HSL 27.12º 0.65% 0.78% -
HSV(B) 27.12º 0.31% 0.92% -
XYZ 60.3 59.3 42.45 -
YUV 203.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 235 195 162 0 0.17 0.31 0.08 27.12 0.65 0.78
Hex EB C3 A2 0 11 1F 8 1B 41 4E
Octal 353 303 242 0 21 37 10 33 101 116
Binary 11101011 11000011 10100010 0 10001 11111 1000 11011 1000001 1001110

Color Harmonies of #EBC3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3A2

Black with #EBC3A2

Text Example


Text Example

White with #EBC3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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