#EFC39E

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

Shades of Negroni #EFC39E

Tints of Negroni #EFC39E

Color information

#EFC39E (or 0xEFC39E) is unknown color: approx Negroni. HEX triplet: EF, C3 and 9E. RGB value is (239,195,158). Sum of RGB (Red+Green+Blue) = 239+195+158=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC39E is #103C61. Grayscale: #CCCCCC. Windows color (decimal): -1064034 or 10404847. OLE color: 10404847.

HSL color Cylindrical-coordinate representation of color #EFC39E: hue angle of 27.41º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFC39E is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239195158-
CMYK00.180.340.06
HSL27.41º71.68%77.84%-
HSV(B)27.41º33.89%93.73%-
XYZ61.2859.8540.67-
YUV203.94102.08153.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 195 (76.56% from 255) = 32.94%
BLUE value IS 158 (62.11% from 255) = 26.69%
R=40.37%
G=32.94%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919515800.180.340.0627.4171.6877.84
HexEFC39E0122261b484e
Octal35730323602242633110116
Binary1110111111000011100111100100101000101101101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC39E; }

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

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

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

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

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

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

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

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