#EBC29F

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

Shades of Negroni #EBC29F

Tints of Negroni #EBC29F

Color information

#EBC29F (or 0xEBC29F) is unknown color: approx Negroni. HEX triplet: EB, C2 and 9F. RGB value is (235,194,159). Sum of RGB (Red+Green+Blue) = 235+194+159=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC29F is #143D60. Grayscale: #CACACA. Windows color (decimal): -1326433 or 10470123. OLE color: 10470123.

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

Color convert

RGB235194159-
CMYK00.170.320.08
HSL27.63º65.52%77.25%-
HSV(B)27.63º32.34%92.16%-
XYZ59.8158.7540.99-
YUV202.27103.58151.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 159 (62.5% from 255) = 27.04%
R=39.97%
G=32.99%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519415900.170.320.0827.6365.5277.25
HexEBC29F0112081c424d
Octal353302237021401034102115
Binary11101011110000101001111101000110000010001110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC29F; }

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

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

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

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

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

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

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

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