#EFCBA4

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

Shades of Negroni #EFCBA4

Tints of Negroni #EFCBA4

Color information

#EFCBA4 (or 0xEFCBA4) is unknown color: approx Negroni. HEX triplet: EF, CB and A4. RGB value is (239,203,164). Sum of RGB (Red+Green+Blue) = 239+203+164=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBA4 is #10345B. Grayscale: #D1D1D1. Windows color (decimal): -1061980 or 10800111. OLE color: 10800111.

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

Color convert

RGB239203164-
CMYK00.150.310.06
HSL31.2º70.09%79.02%-
HSV(B)31.2º31.38%93.73%-
XYZ63.6563.7444.07-
YUV209.32102.43149.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 164 (64.45% from 255) = 27.06%
R=39.44%
G=33.50%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920316400.150.310.0631.270.0979.02
HexEFCBA40F1F61f464f
Octal35731324401737637106117
Binary11101111110010111010010001111111111101111110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBA4; }

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

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

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

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

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

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

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

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