#EFC49D

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

Shades of Negroni #EFC49D

Tints of Negroni #EFC49D

Color information

#EFC49D (or 0xEFC49D) is unknown color: approx Negroni. HEX triplet: EF, C4 and 9D. RGB value is (239,196,157). Sum of RGB (Red+Green+Blue) = 239+196+157=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC49D is #103B62. Grayscale: #CCCCCC. Windows color (decimal): -1063779 or 10339567. OLE color: 10339567.

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

Color convert

RGB239196157-
CMYK00.180.340.06
HSL28.54º71.93%77.65%-
HSV(B)28.54º34.31%93.73%-
XYZ61.4260.2640.29-
YUV204.41101.25152.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 157 (61.72% from 255) = 26.52%
R=40.37%
G=33.11%
B=26.52%

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
Decimal23919615700.180.340.0628.5471.9377.65
HexEFC49D0122261d484e
Octal35730423502242635110116
Binary1110111111000100100111010100101000101101110110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC49D; }

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

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

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

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

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

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

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

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