#EBCAA9

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

Shades of Negroni #EBCAA9

Tints of Negroni #EBCAA9

Color information

#EBCAA9 (or 0xEBCAA9) is unknown color: approx Negroni. HEX triplet: EB, CA and A9. RGB value is (235,202,169). Sum of RGB (Red+Green+Blue) = 235+202+169=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 169 (66.41% from 255 or 27.89% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAA9 is #143556. Grayscale: #D0D0D0. Windows color (decimal): -1324375 or 11127531. OLE color: 11127531.

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

Color convert

RGB235202169-
CMYK00.140.280.08
HSL30º62.26%79.22%-
HSV(B)30º28.09%92.16%-
XYZ62.5462.7746.36-
YUV208.1105.93147.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 169 (66.41% from 255) = 27.89%
R=38.78%
G=33.33%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520216900.140.280.083062.2679.22
HexEBCAA90E1C81e3e4f
Octal35331225101634103676117
Binary11101011110010101010100101110111001000111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAA9; }

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

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

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

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

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

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

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

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