#EFC19D

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

Shades of Negroni #EFC19D

Tints of Negroni #EFC19D

Color information

#EFC19D (or 0xEFC19D) is unknown color: approx Negroni. HEX triplet: EF, C1 and 9D. RGB value is (239,193,157). Sum of RGB (Red+Green+Blue) = 239+193+157=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC19D is #103E62. Grayscale: #CACACA. Windows color (decimal): -1064547 or 10338799. OLE color: 10338799.

HSL color Cylindrical-coordinate representation of color #EFC19D: hue angle of 26.34º 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 #EFC19D is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239193157-
CMYK00.190.340.06
HSL26.34º71.93%77.65%-
HSV(B)26.34º34.31%93.73%-
XYZ60.7558.9240.07-
YUV202.65102.24153.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 193 (75.78% from 255) = 32.77%
BLUE value IS 157 (61.72% from 255) = 26.66%
R=40.58%
G=32.77%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919315700.190.340.0626.3471.9377.65
HexEFC19D0132261a484e
Octal35730123502342632110116
Binary1110111111000001100111010100111000101101101010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC19D; }

 p { color: rgb(239,193,157); }

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

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

 a { background-color: rgb(239,193,157); }

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

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

 span { border-color: rgb(239,193,157); }

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