#EBCBA5

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

Shades of Negroni #EBCBA5

Tints of Negroni #EBCBA5

Color information

#EBCBA5 (or 0xEBCBA5) is unknown color: approx Negroni. HEX triplet: EB, CB and A5. RGB value is (235,203,165). Sum of RGB (Red+Green+Blue) = 235+203+165=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBA5 is #14345A. Grayscale: #D0D0D0. Windows color (decimal): -1324123 or 10865643. OLE color: 10865643.

HSL color Cylindrical-coordinate representation of color #EBCBA5: hue angle of 32.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBCBA5 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235203165-
CMYK00.140.300.08
HSL32.57º63.64%78.43%-
HSV(B)32.57º29.79%92.16%-
XYZ62.4163.0944.49-
YUV208.24103.6147.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 165 (64.84% from 255) = 27.36%
R=38.97%
G=33.67%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520316500.140.300.0832.5763.6478.43
HexEBCBA50E1E821404e
Octal353313245016361041100116
Binary1110101111001011101001010111011110100010000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBA5; }

 p { color: rgb(235,203,165); }

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

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

 a { background-color: rgb(235,203,165); }

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

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

 span { border-color: rgb(235,203,165); }

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