#EDC39E

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

Shades of Negroni #EDC39E

Tints of Negroni #EDC39E

Color information

#EDC39E (or 0xEDC39E) is unknown color: approx Negroni. HEX triplet: ED, C3 and 9E. RGB value is (237,195,158). Sum of RGB (Red+Green+Blue) = 237+195+158=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC39E is #123C61. Grayscale: #CBCBCB. Windows color (decimal): -1195106 or 10404845. OLE color: 10404845.

HSL color Cylindrical-coordinate representation of color #EDC39E: hue angle of 28.1º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDC39E is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237195158-
CMYK00.180.330.07
HSL28.1º68.7%77.45%-
HSV(B)28.1º33.33%92.94%-
XYZ60.6159.540.64-
YUV203.34102.41152.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 158 (62.11% from 255) = 26.78%
R=40.17%
G=33.05%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719515800.180.330.0728.168.777.45
HexEDC39E0122171c454d
Octal35530323602241734105115
Binary1110110111000011100111100100101000011111110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC39E; }

 p { color: rgb(237,195,158); }

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

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

 a { background-color: rgb(237,195,158); }

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

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

 span { border-color: rgb(237,195,158); }

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