#EDCAA2

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

Shades of Negroni #EDCAA2

Tints of Negroni #EDCAA2

Color information

#EDCAA2 (or 0xEDCAA2) is unknown color: approx Negroni. HEX triplet: ED, CA and A2. RGB value is (237,202,162). Sum of RGB (Red+Green+Blue) = 237+202+162=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAA2 is #12355D. Grayscale: #D0D0D0. Windows color (decimal): -1193310 or 10668781. OLE color: 10668781.

HSL color Cylindrical-coordinate representation of color #EDCAA2: hue angle of 32º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDCAA2 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237202162-
CMYK00.150.320.07
HSL32º67.57%78.24%-
HSV(B)32º31.65%92.94%-
XYZ62.5762.8543.02-
YUV207.9102.1148.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 162 (63.67% from 255) = 26.96%
R=39.43%
G=33.61%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720216200.150.320.073267.5778.24
HexEDCAA20F20720444e
Octal35531224201740740104116
Binary1110110111001010101000100111110000011110000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAA2; }

 p { color: rgb(237,202,162); }

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

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

 a { background-color: rgb(237,202,162); }

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

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

 span { border-color: rgb(237,202,162); }

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