#EFCBA1

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

Shades of Negroni #EFCBA1

Tints of Negroni #EFCBA1

Color information

#EFCBA1 (or 0xEFCBA1) is unknown color: approx Negroni. HEX triplet: EF, CB and A1. RGB value is (239,203,161). Sum of RGB (Red+Green+Blue) = 239+203+161=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBA1 is #10345E. Grayscale: #D1D1D1. Windows color (decimal): -1061983 or 10603503. OLE color: 10603503.

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

Color convert

RGB239203161-
CMYK00.150.330.06
HSL32.31º70.91%78.43%-
HSV(B)32.31º32.64%93.73%-
XYZ63.3963.6442.66-
YUV208.98100.93149.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 161 (63.28% from 255) = 26.70%
R=39.64%
G=33.67%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920316100.150.330.0632.3170.9178.43
HexEFCBA10F21620474e
Octal35731324101741640107116
Binary1110111111001011101000010111110000111010000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBA1; }

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

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

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

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

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

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

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

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