#EFCAA3

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

Shades of Negroni #EFCAA3

Tints of Negroni #EFCAA3

Color information

#EFCAA3 (or 0xEFCAA3) is unknown color: approx Negroni. HEX triplet: EF, CA and A3. RGB value is (239,202,163). Sum of RGB (Red+Green+Blue) = 239+202+163=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA3 is #10355C. Grayscale: #D0D0D0. Windows color (decimal): -1062237 or 10734319. OLE color: 10734319.

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

Color convert

RGB239202163-
CMYK00.150.320.06
HSL30.79º70.37%78.82%-
HSV(B)30.79º31.8%93.73%-
XYZ63.3363.2443.52-
YUV208.62102.26149.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 163 (64.06% from 255) = 26.99%
R=39.57%
G=33.44%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920216300.150.320.0630.7970.3778.82
HexEFCAA30F2061f464f
Octal35731224301740637106117
Binary111011111100101010100011011111000001101111110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAA3; }

 p { color: rgb(239,202,163); }

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

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

 a { background-color: rgb(239,202,163); }

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

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

 span { border-color: rgb(239,202,163); }

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