#EBBD9E

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

Shades of Negroni #EBBD9E

Tints of Negroni #EBBD9E

Color information

#EBBD9E (or 0xEBBD9E) is unknown color: approx Negroni. HEX triplet: EB, BD and 9E. RGB value is (235,189,158). Sum of RGB (Red+Green+Blue) = 235+189+158=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD9E is #144261. Grayscale: #C7C7C7. Windows color (decimal): -1327714 or 10403307. OLE color: 10403307.

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

Color convert

RGB235189158-
CMYK00.200.330.08
HSL24.16º65.81%77.06%-
HSV(B)24.16º32.77%92.16%-
XYZ58.6356.5340.17-
YUV199.22104.74153.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 158 (62.11% from 255) = 27.15%
R=40.38%
G=32.47%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518915800.200.330.0824.1665.8177.06
HexEBBD9E01421818424d
Octal353275236024411030102115
Binary11101011101111011001111001010010000110001100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD9E; }

 p { color: rgb(235,189,158); }

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

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

 a { background-color: rgb(235,189,158); }

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

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

 span { border-color: rgb(235,189,158); }

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