#EFC29D

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

Shades of Negroni #EFC29D

Tints of Negroni #EFC29D

Color information

#EFC29D (or 0xEFC29D) is unknown color: approx Negroni. HEX triplet: EF, C2 and 9D. RGB value is (239,194,157). Sum of RGB (Red+Green+Blue) = 239+194+157=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC29D is #103D62. Grayscale: #CBCBCB. Windows color (decimal): -1064291 or 10339055. OLE color: 10339055.

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

Color convert

RGB239194157-
CMYK00.190.340.06
HSL27.07º71.93%77.65%-
HSV(B)27.07º34.31%93.73%-
XYZ60.9759.3740.14-
YUV203.24101.91153.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 157 (61.72% from 255) = 26.61%
R=40.51%
G=32.88%
B=26.61%

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
Decimal23919415700.190.340.0627.0771.9377.65
HexEFC29D0132261b484e
Octal35730223502342633110116
Binary1110111111000010100111010100111000101101101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC29D; }

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

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

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

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

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

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

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

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