#EFC8A4

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

Shades of Negroni #EFC8A4

Tints of Negroni #EFC8A4

Color information

#EFC8A4 (or 0xEFC8A4) is unknown color: approx Negroni. HEX triplet: EF, C8 and A4. RGB value is (239,200,164). Sum of RGB (Red+Green+Blue) = 239+200+164=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC8A4 is #10375B. Grayscale: #CFCFCF. Windows color (decimal): -1062748 or 10799343. OLE color: 10799343.

HSL color Cylindrical-coordinate representation of color #EFC8A4: hue angle of 28.8º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFC8A4 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239200164-
CMYK00.160.310.06
HSL28.8º70.09%79.02%-
HSV(B)28.8º31.38%93.73%-
XYZ62.9562.3443.84-
YUV207.56103.42150.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 200 (78.52% from 255) = 33.17%
BLUE value IS 164 (64.45% from 255) = 27.20%
R=39.64%
G=33.17%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920016400.160.310.0628.870.0979.02
HexEFC8A40101F61d464f
Octal35731024402037635106117
Binary111011111100100010100100010000111111101110110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8A4; }

 p { color: rgb(239,200,164); }

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

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

 a { background-color: rgb(239,200,164); }

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

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

 span { border-color: rgb(239,200,164); }

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