#EDCCA9

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

Shades of Negroni #EDCCA9

Tints of Negroni #EDCCA9

Color information

#EDCCA9 (or 0xEDCCA9) is unknown color: approx Negroni. HEX triplet: ED, CC and A9. RGB value is (237,204,169). Sum of RGB (Red+Green+Blue) = 237+204+169=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCA9 is #123356. Grayscale: #D2D2D2. Windows color (decimal): -1192791 or 11128045. OLE color: 11128045.

HSL color Cylindrical-coordinate representation of color #EDCCA9: hue angle of 30.88º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDCCA9 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237204169-
CMYK00.140.290.07
HSL30.88º65.38%79.61%-
HSV(B)30.88º28.69%92.94%-
XYZ63.6864.0546.54-
YUV209.88104.93147.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 169 (66.41% from 255) = 27.70%
R=38.85%
G=33.44%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720416900.140.290.0730.8865.3879.61
HexEDCCA90E1D71f4150
Octal35531425101635737101120
Binary11101101110011001010100101110111011111111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCA9; }

 p { color: rgb(237,204,169); }

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

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

 a { background-color: rgb(237,204,169); }

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

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

 span { border-color: rgb(237,204,169); }

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