#ebc8a6

Color #EBC8A6 Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #EBC8A6

Tints of Negroni #EBC8A6

Color information

#EBC8A6 (or 0xEBC8A6) is unknown color: approx 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

RGB235200166-
CMYK00.150.290.08
HSL29.57º63.3%78.63%-
HSV(B)29.57º29.36%92.16%-
XYZ61.861.7244.73-
YUV206.59105.1148.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 200 (78.52% from 255) = 33.28%
BLUE value IS 166 (65.23% from 255) = 27.62%
R=39.10%
G=33.28%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520016600.150.290.0829.5763.378.63
HexEBC8A60F1D81e3f4f
Octal35331024601735103677117
Binary11101011110010001010011001111111011000111101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebc8a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>