#EFCCA7

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

Shades of Negroni #EFCCA7

Tints of Negroni #EFCCA7

Color information

#EFCCA7 (or 0xEFCCA7) is unknown color: approx Negroni. HEX triplet: EF, CC and A7. RGB value is (239,204,167). Sum of RGB (Red+Green+Blue) = 239+204+167=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCA7 is #103358. Grayscale: #D2D2D2. Windows color (decimal): -1061721 or 10996975. OLE color: 10996975.

HSL color Cylindrical-coordinate representation of color #EFCCA7: hue angle of 30.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFCCA7 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239204167-
CMYK00.150.300.06
HSL30.83º69.23%79.61%-
HSV(B)30.83º30.13%93.73%-
XYZ64.1664.3345.59-
YUV210.25103.6148.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 167 (65.62% from 255) = 27.38%
R=39.18%
G=33.44%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920416700.150.300.0630.8369.2379.61
HexEFCCA70F1E61f4550
Octal35731424701736637105120
Binary11101111110011001010011101111111101101111110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCA7; }

 p { color: rgb(239,204,167); }

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

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

 a { background-color: rgb(239,204,167); }

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

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

 span { border-color: rgb(239,204,167); }

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