#EDCBA6

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

Shades of Negroni #EDCBA6

Tints of Negroni #EDCBA6

Color information

#EDCBA6 (or 0xEDCBA6) is unknown color: approx Negroni. HEX triplet: ED, CB and A6. RGB value is (237,203,166). Sum of RGB (Red+Green+Blue) = 237+203+166=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBA6 is #123459. Grayscale: #D1D1D1. Windows color (decimal): -1193050 or 10931181. OLE color: 10931181.

HSL color Cylindrical-coordinate representation of color #EDCBA6: hue angle of 31.27º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDCBA6 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237203166-
CMYK00.140.300.07
HSL31.27º66.36%79.02%-
HSV(B)31.27º29.96%92.94%-
XYZ63.1663.4745-
YUV208.95103.76148.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 166 (65.23% from 255) = 27.39%
R=39.11%
G=33.50%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720316600.140.300.0731.2766.3679.02
HexEDCBA60E1E71f424f
Octal35531324601636737102117
Binary11101101110010111010011001110111101111111110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBA6; }

 p { color: rgb(237,203,166); }

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

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

 a { background-color: rgb(237,203,166); }

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

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

 span { border-color: rgb(237,203,166); }

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