Html Css Color HEX #EBC8A6 Negroni

📋 copy color: '#EBC8A6'

red 235 ◦ green 200 ◦ blue 166

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

Shades of Negroni #EBC8A6

Tints of Negroni #EBC8A6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.28%

 BLUE value IS 166 (65.23% from 255) = 27.62%

R = 39.1%
G = 33.28%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBC8A6 (or 0xEBC8A6) is known color: Negroni. HEX triplet: EB, C8 and A6. RGB value is (235,200,166). Sum of RGB (Red+Green+Blue) = 235+200+166=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8A6 is #143759. Grayscale: #CECECE. Windows color (decimal): -1324890 or 10930411. OLE color: 10930411.

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

Color convert

RGB 235 200 166 -
CMYK 0 0.15 0.29 0.08
HSL 29.57º 0.63% 0.79% -
HSV(B) 29.57º 0.29% 0.92% -
XYZ 61.8 61.72 44.73 -
YUV 206.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 235 200 166 0 0.15 0.29 0.08 29.57 0.63 0.79
Hex EB C8 A6 0 F 1D 8 1E 3F 4F
Octal 353 310 246 0 17 35 10 36 77 117
Binary 11101011 11001000 10100110 0 1111 11101 1000 11110 111111 1001111

Color Harmonies of #EBC8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8A6

Black with #EBC8A6

Text Example


Text Example

White with #EBC8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8A6; }

 p { color: rgb(235,200,166); }

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

background-color css

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

 a { background-color: rgb(235,200,166); }

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

border-color css

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

 span { border-color: rgb(235,200,166); }

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