#EFC19C

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

Shades of Negroni #EFC19C

Tints of Negroni #EFC19C

Color information

#EFC19C (or 0xEFC19C) is unknown color: approx Negroni. HEX triplet: EF, C1 and 9C. RGB value is (239,193,156). Sum of RGB (Red+Green+Blue) = 239+193+156=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC19C is #103E63. Grayscale: #CACACA. Windows color (decimal): -1064548 or 10273263. OLE color: 10273263.

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

Color convert

RGB239193156-
CMYK00.190.350.06
HSL26.75º72.17%77.45%-
HSV(B)26.75º34.73%93.73%-
XYZ60.6758.8939.62-
YUV202.54101.74154.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 156 (61.33% from 255) = 26.53%
R=40.65%
G=32.82%
B=26.53%

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
Decimal23919315600.190.350.0626.7572.1777.45
HexEFC19C0132361b484d
Octal35730123402343633110115
Binary1110111111000001100111000100111000111101101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC19C; }

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

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

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

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

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

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

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

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