Html Css Color HEX #EBC4A2 Negroni

📋 copy color: '#EBC4A2'

red 235 ◦ green 196 ◦ blue 162

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

Shades of Negroni #EBC4A2

Tints of Negroni #EBC4A2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.05%

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

R = 39.63%
G = 33.05%
B = 27.32%

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

#EBC4A2 (or 0xEBC4A2) is known color: Negroni. HEX triplet: EB, C4 and A2. RGB value is (235,196,162). Sum of RGB (Red+Green+Blue) = 235+196+162=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4A2 is #143B5D. Grayscale: #CBCBCB. Windows color (decimal): -1325918 or 10667243. OLE color: 10667243.

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

Color convert

RGB 235 196 162 -
CMYK 0 0.17 0.31 0.08
HSL 27.95º 0.65% 0.78% -
HSV(B) 27.95º 0.31% 0.92% -
XYZ 60.52 59.75 42.53 -
YUV 203.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 235 196 162 0 0.17 0.31 0.08 27.95 0.65 0.78
Hex EB C4 A2 0 11 1F 8 1C 41 4E
Octal 353 304 242 0 21 37 10 34 101 116
Binary 11101011 11000100 10100010 0 10001 11111 1000 11100 1000001 1001110

Color Harmonies of #EBC4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4A2

Black with #EBC4A2

Text Example


Text Example

White with #EBC4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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