#EBCCA6

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

Shades of Negroni #EBCCA6

Tints of Negroni #EBCCA6

Color information

#EBCCA6 (or 0xEBCCA6) is unknown color: approx Negroni. HEX triplet: EB, CC and A6. RGB value is (235,204,166). Sum of RGB (Red+Green+Blue) = 235+204+166=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCCA6 is #143359. Grayscale: #D1D1D1. Windows color (decimal): -1323866 or 10931435. OLE color: 10931435.

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

Color convert

RGB235204166-
CMYK00.130.290.08
HSL33.04º63.3%78.63%-
HSV(B)33.04º29.36%92.16%-
XYZ62.7463.645.05-
YUV208.94103.77146.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 166 (65.23% from 255) = 27.44%
R=38.84%
G=33.72%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520416600.130.290.0833.0463.378.63
HexEBCCA60D1D8213f4f
Octal35331424601535104177117
Binary111010111100110010100110011011110110001000011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCA6; }

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

 H1.HeaderClassName
 {
   color: #EBCCA6;
 }
 .AnyTagClassName
 {
   color: #EBCCA6;
 }
</style>
background-color css

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

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

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

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

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

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