#EBC09F

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

Shades of Negroni #EBC09F

Tints of Negroni #EBC09F

Color information

#EBC09F (or 0xEBC09F) is unknown color: approx Negroni. HEX triplet: EB, C0 and 9F. RGB value is (235,192,159). Sum of RGB (Red+Green+Blue) = 235+192+159=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC09F is #143F60. Grayscale: #C9C9C9. Windows color (decimal): -1326945 or 10469611. OLE color: 10469611.

HSL color Cylindrical-coordinate representation of color #EBC09F: hue angle of 26.05º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBC09F is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235192159-
CMYK00.180.320.08
HSL26.05º65.52%77.25%-
HSV(B)26.05º32.34%92.16%-
XYZ59.3757.8640.84-
YUV201.1104.25152.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 159 (62.5% from 255) = 27.13%
R=40.10%
G=32.76%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519215900.180.320.0826.0565.5277.25
HexEBC09F0122081a424d
Octal353300237022401032102115
Binary11101011110000001001111101001010000010001101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC09F; }

 p { color: rgb(235,192,159); }

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

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

 a { background-color: rgb(235,192,159); }

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

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

 span { border-color: rgb(235,192,159); }

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