#EDCCA4

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

Shades of Negroni #EDCCA4

Tints of Negroni #EDCCA4

Color information

#EDCCA4 (or 0xEDCCA4) is unknown color: approx Negroni. HEX triplet: ED, CC and A4. RGB value is (237,204,164). Sum of RGB (Red+Green+Blue) = 237+204+164=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCA4 is #12335B. Grayscale: #D1D1D1. Windows color (decimal): -1192796 or 10800365. OLE color: 10800365.

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

Color convert

RGB237204164-
CMYK00.140.310.07
HSL32.88º66.97%78.63%-
HSV(B)32.88º30.8%92.94%-
XYZ63.2263.8744.12-
YUV209.31102.43147.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 164 (64.45% from 255) = 27.11%
R=39.17%
G=33.72%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720416400.140.310.0732.8866.9778.63
HexEDCCA40E1F721434f
Octal35531424401637741103117
Binary111011011100110010100100011101111111110000110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCA4; }

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

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

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

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

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

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

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

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