#EFC29C

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

Shades of Negroni #EFC29C

Tints of Negroni #EFC29C

Color information

#EFC29C (or 0xEFC29C) is unknown color: approx Negroni. HEX triplet: EF, C2 and 9C. RGB value is (239,194,156). Sum of RGB (Red+Green+Blue) = 239+194+156=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC29C is #103D63. Grayscale: #CBCBCB. Windows color (decimal): -1064292 or 10273519. OLE color: 10273519.

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

Color convert

RGB239194156-
CMYK00.190.350.06
HSL27.47º72.17%77.45%-
HSV(B)27.47º34.73%93.73%-
XYZ60.8959.3339.7-
YUV203.12101.41153.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 156 (61.33% from 255) = 26.49%
R=40.58%
G=32.94%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919415600.190.350.0627.4772.1777.45
HexEFC29C0132361b484d
Octal35730223402343633110115
Binary1110111111000010100111000100111000111101101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC29C; }

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

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

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

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

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

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

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

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