#EDCAA8

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

Shades of Negroni #EDCAA8

Tints of Negroni #EDCAA8

Color information

#EDCAA8 (or 0xEDCAA8) is unknown color: approx Negroni. HEX triplet: ED, CA and A8. RGB value is (237,202,168). Sum of RGB (Red+Green+Blue) = 237+202+168=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAA8 is #123557. Grayscale: #D0D0D0. Windows color (decimal): -1193304 or 11061997. OLE color: 11061997.

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

Color convert

RGB237202168-
CMYK00.150.290.07
HSL29.57º65.71%79.41%-
HSV(B)29.57º29.11%92.94%-
XYZ63.1163.0745.89-
YUV208.59105.1148.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 168 (66.02% from 255) = 27.68%
R=39.04%
G=33.28%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720216800.150.290.0729.5765.7179.41
HexEDCAA80F1D71e424f
Octal35531225001735736102117
Binary11101101110010101010100001111111011111111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAA8; }

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

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

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

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

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

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

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

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