#EBCAA6

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

Shades of Negroni #EBCAA6

Tints of Negroni #EBCAA6

Color information

#EBCAA6 (or 0xEBCAA6) is unknown color: approx Negroni. HEX triplet: EB, CA and A6. RGB value is (235,202,166). Sum of RGB (Red+Green+Blue) = 235+202+166=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 166 (65.23% from 255 or 27.53% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAA6 is #143559. Grayscale: #CFCFCF. Windows color (decimal): -1324378 or 10930923. OLE color: 10930923.

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

Color convert

RGB235202166-
CMYK00.140.290.08
HSL31.3º63.3%78.63%-
HSV(B)31.3º29.36%92.16%-
XYZ62.2662.6644.89-
YUV207.76104.43147.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 166 (65.23% from 255) = 27.53%
R=38.97%
G=33.50%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520216600.140.290.0831.363.378.63
HexEBCAA60E1D81f3f4f
Octal35331224601635103777117
Binary11101011110010101010011001110111011000111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAA6; }

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

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

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

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

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

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

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

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